You've already forked minecraft-assets
15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |