This commit is contained in:
延皓
2021-07-20 01:52:26 +08:00
parent d93b266257
commit a116ba2931
15 changed files with 82 additions and 16 deletions
@@ -9,7 +9,6 @@
"entity": "this",
"scores": {
"actimeCounter": {
"max": 3600,
"min": 3600
}
}
@@ -0,0 +1,23 @@
{
"criteria": {
"activation": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.aviateCounter": {
"min": 200
}
}
}
]
}
}
},
"rewards": {
"function": "fz:scoreboards/aviate1m/calculator"
}
}