custom_mc_advancements/data/canopy/advancements/yeet.json

47 lines
959 B
JSON

{
"display": {
"icon": {
"item": "minecraft:ender_pearl"
},
"title": "YEET!",
"description": "Die to the void. End gateways are overrated.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"below_-200y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -200.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}