- 模组加载器
- Forge
- Fabric
- Quilt
- NeoForge
- 版权类型
- 转载
- 资源语言
- 英语
- 适配版本
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
[MD]
### 简介
此 Mod 修复了因传输网络数据包异常而被踢出的一系列问题。
可以在配置文件中修改各项参数上限。
### 修复内容
- 读取过大的 NBT 标签时被踢出,并提示“Tried to read NBT tag that was too big; tried to allocate: Xbytes where max allowed: 2097152”;
- 压缩后的数据包过大被踢出,并提示“Badly compressed packet - size of X is larger than protocol maximum of 2097152”;
- 发包过大被踢出,并提示“Attempted to send packet over maximum protocol size: 8388608 / Packet too big (is X, should be less than 8388608)”;
- Payload 过长被踢出,并提示“Payload may not be larger than X bytes”。
### 其他报错解决方法
如果加入此 Mod 后仍然出现以下错误,可尝试在客户端和服务端同时删除 氪(Krypton)和 Pluto:
Unable to fit X into 3;
VarInt too long。
[/MD]
### 简介
此 Mod 修复了因传输网络数据包异常而被踢出的一系列问题。
可以在配置文件中修改各项参数上限。
### 修复内容
- 读取过大的 NBT 标签时被踢出,并提示“Tried to read NBT tag that was too big; tried to allocate: Xbytes where max allowed: 2097152”;
- 压缩后的数据包过大被踢出,并提示“Badly compressed packet - size of X is larger than protocol maximum of 2097152”;
- 发包过大被踢出,并提示“Attempted to send packet over maximum protocol size: 8388608 / Packet too big (is X, should be less than 8388608)”;
- Payload 过长被踢出,并提示“Payload may not be larger than X bytes”。
### 其他报错解决方法
如果加入此 Mod 后仍然出现以下错误,可尝试在客户端和服务端同时删除 氪(Krypton)和 Pluto:
Unable to fit X into 3;
VarInt too long。
[/MD]