minecraft-assets/data/minecraft/advancements/recipes/decorations/chest.json

32 lines
556 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chest"
]
},
"criteria": {
"has_lots_of_items": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"slots": {
"occupied": {
"min": 10
}
}
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chest"
}
}
},
"requirements": [
[
"has_lots_of_items",
"has_the_recipe"
]
]
}