custom_mc_advancements/data/canopy/advancement/timeless.json

41 lines
962 B
JSON

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