完善日志组件、完善配置组件、完善计分板组件

This commit is contained in:
延皓
2022-06-25 02:22:23 +08:00
parent 6f6ccb05be
commit d74bb19964
241 changed files with 846 additions and 553 deletions
+7 -1
View File
@@ -2,11 +2,17 @@
"parent": "fz:sneak",
"criteria": {
"unsneak": {
"trigger": "tick",
"trigger": "minecraft:tick",
"conditions": {
"player": {
"flags": {
"is_sneaking": false
},
"type_specific": {
"type": "player",
"advancements": {
"fz:sneak": true
}
}
}
}