custom_mc_advancements/data/canopy/advancement/you_shouldnt_be_down_here.json

50 lines
1.2 KiB
JSON

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