Files
IMoO/recipes/yellow_dye_from_sunflower.json
T
2022-01-23 21:24:12 +03:00

24 lines
413 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:yellow_dye_from_sunflower"
},
"tags": [ "crafting_table" ],
"group": "yellow_dye",
"ingredients": [
{
"item": "minecraft:double_plant",
"data": 0
}
],
"result": {
"item": "minecraft:dye",
"data": 11,
"count": 2
}
}
}