custom_mc_advancements/data/birbmc/advancements/enter_the_void.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": "birbmc:end",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -65
}
}
}
}
}
}