bone_block.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bone_meal_from_block",
"minecraft:bone_block"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bone_block"
}
},
"has_at_least_9_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"count": {
"min": 9
},
"data": 15
}
]
}
}
},
"requirements": [
[
"has_the_recipe",
"has_at_least_9_bonemeal"
]
]
}