custom_mc_advancements/data/canopy/advancements/challenge_accepted.json

33 lines
843 B
JSON

{
"display": {
"icon": {
"item": "minecraft:clock"
},
"title": "Challenge Accepted",
"description": "So you managed to stay alive a whole day, not impressed.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"alive_time": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 24000
}
}
]
}
}
}
}
}
}