fz-survival-datapack/data/fz/advancements/scoreboards/deathcounter.json
2021-07-03 06:21:34 +08:00

23 lines
628 B
JSON

{
"criteria": {
"death_counter": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"deathTester": {
"min": 1
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/deathcounter/calculator"
}
}