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

23 lines
609 B
JSON
Raw Normal View History

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