23 lines
385 B
JSON
23 lines
385 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:bone_meal_from_block"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "bonemeal",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bone_block"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 15,
|
|
"count": 9
|
|
}
|
|
}
|
|
}
|