custom_mc_advancements/data/canopy/advancements/far_out_man.json

33 lines
771 B
JSON

{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "Far Out Man.",
"description": "Reach 100,000 in The End.",
"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": 100000,
"max": -100000
},
"z": {
"min": 100000,
"max": -100000
}
}
}
}
}
}