custom_mc_advancements/data/canopy/advancements/is_it_extra_hot_down_there....

48 lines
1023 B
JSON

{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "Is It Extra Hot Down There?",
"description": "The floor is lava... but what's below the floor?",
"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:the_nether",
"position": {
"y": {
"max": -65.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}