custom_mc_advancements/data/canopy/advancements/you_shouldnt_be_down_here.json

48 lines
1001 B
JSON

{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "You Shouldn't Be Here...",
"description": "I'm not even going to ask how.",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
"criteria": {
"below_-65y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"max": -65.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}