This commit is contained in:
延皓
2021-07-20 01:50:28 +08:00
parent 04031715a3
commit e944acbbcf
15 changed files with 94 additions and 27 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"
}
}