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

32 lines
556 B
JSON

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