Files
minecraft-assets/data/minecraft/recipes/orange_dye_from_torchflower.json
2024-02-28 18:28:54 +01:00

13 lines
217 B
JSON

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