fz-survival-datapack/data/fz/advancements/scoreboards/bedrockbreaked.json

24 lines
653 B
JSON
Raw Normal View History

2021-07-04 00:09:23 +08:00
{
"criteria": {
"damage_taken": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.bbl": {
"min": 1,
"max": 2147483647
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/bedrockbreaked/calculator"
}
}