custom_mc_advancements/data/birbmc/advancements/you_shouldnt_be_down_here.json

27 lines
620 B
JSON

{
"display": {
"icon": {
"item": "minecraft:barrier"
},
"title": "You Shouldn't Be Here...",
"description": "I'm not even going to ask how.",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "birbmc:enter_the_void",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"max": -65
}
}
}
}
}
}