更新3.4API

This commit is contained in:
boybook
2025-06-27 23:59:47 +08:00
parent c0f98b179b
commit 12738a142c
52 changed files with 1146 additions and 292 deletions

View File

@@ -11,7 +11,6 @@ class in mod.common.minecraftEnum
```python
class AniCheatMove(object):
CheckStyle = "server-authoritative-movement" # 位移检查的模式
CorrectSwitch = "correct-player-movement" # 是否对位移有问题的客户端进行纠正
MinCorrectDelayTick = "player-rewind-min-correction-delay-ticks" # 服务端从发现作弊到发送纠正指令的最小tick数0表示发现作弊时每帧发送纠正指令(int)
TickHistorySize = "player-rewind-history-size-ticks" # 客户端保存历史帧数用于倒带模拟。每秒20帧(int)