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

23 lines
602 B
JSON
Raw Normal View History

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