Delete data/canopy/advancements/test
parent
e871ad6686
commit
0516c2dcf0
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue