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

24 lines
411 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:magenta_dye_from_allium"
},
"tags": [ "crafting_table" ],
"group": "magenta_dye",
"priority": 1,
"ingredients": [
{
"item": "minecraft:red_flower",
"data": 2
}
],
"result": {
"item": "minecraft:dye",
"data": 13
}
}
}