You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
16
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
16
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user