custom_mc_advancements/data/canopy/advancements/timeless.json

34 lines
678 B
JSON

{
"display": {
"icon": {
"item": "minecraft:totem_of_undying"
},
"title": "Timeless",
"description": "1,000 days alive? I stand corrected.",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:challenge_complete",
"criteria": {
"alive_1000_days": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 24000000
}
}
]
}
}
}
}
}
}