You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
18
assets/minecraft/advancements/story/enter_the_end.json
Normal file
18
assets/minecraft/advancements/story/enter_the_end.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"title": "The End?",
|
||||
"description": "Enter the End Portal"
|
||||
},
|
||||
"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