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

29 lines
500 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:light_gray_dye_from_gray_white"
},
"tags": [ "crafting_table" ],
"group": "light_gray_dye",
"priority": 4,
"ingredients": [
{
"item": "minecraft:dye",
"data": 8
},
{
"item": "minecraft:dye",
"data": 19
}
],
"result": {
"item": "minecraft:dye",
"data": 7,
"count": 2
}
}
}