You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
18
assets/minecraft/advancements/end/enter_end_gateway.json
Normal file
18
assets/minecraft/advancements/end/enter_end_gateway.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
"title": "Remote Getaway",
|
||||
"description": "Escape the island"
|
||||
},
|
||||
"parent": "minecraft:end/kill_dragon",
|
||||
"criteria": {
|
||||
"entered_end_gateway": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_gateway"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user