You've already forked minecraft-assets
Create/Update assets for version 17w13a
This commit is contained in:
15
assets/minecraft/advancements/story/enter_the_end.json
Normal file
15
assets/minecraft/advancements/story/enter_the_end.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:end_stone",
|
||||
"title": "Enter the End"
|
||||
},
|
||||
"parent": "minecraft:story/follow_ender_eye",
|
||||
"criteria": {
|
||||
"entered_end_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user