33 lines
574 B
JSON
33 lines
574 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:light_gray_dye_from_black_bonemeal"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "light_gray_dye",
|
|
"priority": 7,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 16
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 7,
|
|
"count": 3
|
|
}
|
|
}
|
|
}
|