You've already forked minecraft-assets
Create/Update assets for version 17w13a
This commit is contained in:
15
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
15
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:ender_pearl",
|
||||
"title": "Enter a Gateway"
|
||||
},
|
||||
"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