Delete data/canopy/advancements/test

master
fuji 2023-08-05 23:45:50 +00:00
parent e871ad6686
commit 0516c2dcf0
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:observer"
},
"title": "Challenge Complete",
"description": "Managed 100 days without dying, I guess you're alright.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:challenge_accepted",
"criteria": {
"alive_100_days": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 2400000000000000000000
}
}
]
}
}
}
}
}
}