first commit

This commit is contained in:
boybook
2025-03-17 13:24:39 +08:00
commit 9a0334ee84
6410 changed files with 221907 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# AniCheatBlockBreak
class in mod.common.minecraftEnum
- 描述
反作弊配置枚举值,破坏方块相关
```python
class AniCheatBlockBreak(object):
OpenSwitch = "server-authoritative-block-breaking" # 是否开启破坏方块反作弊检查
PickRangeScalar = "server-authoritative-block-breaking-pick-range-scalar" # 破坏方块距离检查参数最小值为1.0设置小于1.0无效
```