Files
minecraft-assets/assets/minecraft/advancements/recipes/redstone/trapped_chest.json
2017-04-15 11:12:58 +00:00

33 lines
548 B
JSON

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