Files
minecraft-assets/data/minecraft/recipes/purple_dye.json
2018-07-18 20:51:45 +02: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
}
}