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

28 lines
465 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:gray_dye_from_ink_bonemeal"
},
"tags": [ "crafting_table" ],
"priority": 3,
"ingredients": [
{
"item": "minecraft:dye",
"data": 0
},
{
"item": "minecraft:dye",
"data": 15
}
],
"result": {
"item": "minecraft:dye",
"data": 8,
"count": 2
}
}
}