minecraft-assets/data/minecraft/advancements/recipes/redstone/trapped_chest.json

34 lines
615 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:trapped_chest"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tripwire_hook": {
"conditions": {
"items": [
{
"items": [
"minecraft:tripwire_hook"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tripwire_hook"
]
],
"rewards": {
"recipes": [
"minecraft:trapped_chest"
]
}
}