Files
IMoO/recipes_old/orange_dye_from_orange_tulip.json
T
2022-01-24 20:17:51 +03:00

23 lines
396 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:orange_dye_from_orange_tulip"
},
"tags": [ "crafting_table" ],
"group": "orange_dye",
"ingredients": [
{
"item": "minecraft:red_flower",
"data": 5
}
],
"result": {
"item": "minecraft:dye",
"data": 14
}
}
}