fz-survival-datapack/data/fz/advancements/event/on_dead.json

23 lines
594 B
JSON
Raw Normal View History

2022-07-03 06:27:45 +08:00
{
"criteria": {
"on_dead": {
2022-07-03 06:27:45 +08:00
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.event.death_count": {
2022-07-03 19:01:51 +08:00
"min": 1
2022-07-03 06:27:45 +08:00
}
}
}
]
}
}
2022-07-03 06:40:19 +08:00
},
"rewards": {
"function": "fz:event/player/on_dead"
2022-07-03 06:27:45 +08:00
}
}