custom_mc_advancements/data/canopy/advancement/is_it_extra_hot_down_there....

54 lines
1.3 KiB
JSON

{
"display": {
"icon": {
"id": "minecraft:black_concrete"
},
"title": "Is It Extra Hot Down There?",
"description": "The floor is lava... but what's below the floor?",
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "canopy:nether",
"criteria": {
"below_-65y": {
"trigger": "minecraft:location",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:player",
"location": {
"position": {
"y": {
"max": -65
}
},
"dimension": "minecraft:the_nether"
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:player",
"gamemode": [
"spectator"
]
}
}
}
}
]
}
}
}
}