custom_mc_advancements/data/canopy/advancements/alright_i_give_up.json

33 lines
795 B
JSON

{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "... Alright, I Give Up.",
"description": "And you thought 100,000 was far...",
"frame": "challenge",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:yeet",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 1000000,
"max": -1000000
},
"z": {
"min": 1000000,
"max": -1000000
}
}
}
}
}
}