Files
minecraft-assets/data/minecraft/advancements/recipes/redstone/trapped_chest.json
2021-07-07 09:21:22 +00:00

34 lines
615 B
JSON

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