Files
minecraft-assets/assets/minecraft/advancements/story/enter_end_gateway.json
2017-04-15 11:12:58 +00:00

16 lines
421 B
JSON

{
"display": {
"icon": "minecraft:ender_pearl",
"title": "Remote Getaway",
"description": "Defeat the dragon and escape the island"
},
"parent": "minecraft:story/enter_the_end",
"criteria": {
"entered_end_gateway": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:end_gateway"
}
}
}
}