26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:black_concrete"
|
|
},
|
|
"title": "Enter The Void",
|
|
"description": "At least this only exists in the end... right?",
|
|
"frame": "task",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:end",
|
|
"criteria": {
|
|
"height": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "minecraft:the_end",
|
|
"position": {
|
|
"y": {
|
|
"max": -65
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|