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

24 lines
404 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:pink_dye_from_peony"
},
"tags": [ "crafting_table" ],
"group": "pink_dye",
"ingredients": [
{
"item": "minecraft:double_plant",
"data": 5
}
],
"result": {
"item": "minecraft:dye",
"data": 9,
"count": 2
}
}
}