Files
minecraft-assets/data/minecraft/advancements/recipes/building_blocks/bone_block.json
2019-04-06 17:15:10 +00:00

35 lines
647 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bone_block"
]
},
"criteria": {
"has_at_least_9_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone_meal",
"count": {
"min": 9
}
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bone_block"
}
}
},
"requirements": [
[
"has_at_least_9_bonemeal",
"has_the_recipe"
]
]
}