Files
minecraft-assets/data/minecraft/recipes/purple_dye.json
2018-12-21 06:38:40 +00:00

15 lines
227 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:lapis_lazuli"
},
{
"item": "minecraft:rose_red"
}
],
"result": {
"item": "minecraft:purple_dye",
"count": 2
}
}