Files
minecraft-assets/data/minecraft/recipes/red_dye_from_beetroot.json
2024-04-22 09:53:17 +02:00

14 lines
224 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "red_dye",
"ingredients": [
{
"item": "minecraft:beetroot"
}
],
"result": {
"count": 1,
"id": "minecraft:red_dye"
}
}