Files
IMoO/recipes_old/yellow_dye_from_dandelion.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:yellow_dye_from_dandelion"
},
"tags": [ "crafting_table" ],
"group": "yellow_dye",
"ingredients": [
{
"item": "minecraft:yellow_flower",
"data": 0
}
],
"result": {
"item": "minecraft:dye",
"data": 11
}
}
}