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

27 lines
649 B
JSON
Raw Normal View History

2021-05-18 16:58:43 +00:00
{
"display": {
"icon": {
"item": "minecraft:black_concrete"
2021-05-18 16:58:43 +00:00
},
"title": "Is It Extra Hot Down There?",
"description": "The floor is lava... but what's below the floor?",
2021-05-18 16:58:43 +00:00
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
2021-05-18 16:58:43 +00:00
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_nether",
"position": {
"y": {
"max": -65
}
}
}
}
}
}