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

29 lines
502 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:light_blue_dye_from_lapis_white"
},
"tags": [ "crafting_table" ],
"group": "light_blue_dye",
"priority": 3,
"ingredients": [
{
"item": "minecraft:dye",
"data": 4
},
{
"item": "minecraft:dye",
"data": 19
}
],
"result": {
"item": "minecraft:dye",
"data": 12,
"count": 2
}
}
}