dev.202207030626

This commit is contained in:
延皓
2022-07-03 06:27:45 +08:00
parent efa07bec51
commit 6852545faf
43 changed files with 267 additions and 18 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"criteria": {
"play_one_min": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.module.scoreboard.assign.activation": {
"min":
}
}
}
]
}
}
}
}