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

33 lines
566 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:magenta_dye_from_lapis_red_pink"
},
"tags": [ "crafting_table" ],
"group": "magenta_dye",
"priority": 5,
"ingredients": [
{
"item": "minecraft:dye",
"data": 4
},
{
"item": "minecraft:dye",
"data": 1
},
{
"item": "minecraft:dye",
"data": 9
}
],
"result": {
"item": "minecraft:dye",
"data": 13,
"count": 3
}
}
}