Files
minecraft-assets/assets/minecraft/recipes/red_dye_from_beetroot.json
2017-04-15 11:12:58 +00:00

12 lines
167 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:beetroot"
}
],
"result": {
"item": "minecraft:dye",
"data": 1
}
}