34 lines
863 B
JSON
34 lines
863 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_time": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": {
|
|
"player": {
|
|
"stats": [
|
|
{
|
|
"type": "minecraft:custom",
|
|
"stat": "minecraft:time_since_death",
|
|
"value": {
|
|
"min": 24000000
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|