Files
minecraft-assets/data/minecraft/recipe/orange_dye_from_torchflower.json
2024-05-22 18:30:55 +02:00

14 lines
233 B
JSON

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