Describe the bug you're experiencing
I have a mod called Packet Fixer that modifies the sizes of all packets, and there is a problem with the NettyCompressiumDecoderMixin. Your mod overwrites the decode method, changing the constant 8388608 to 2097152, this causes some mods like Packet Fixer, that modify the amount of packets to not find the constant and cause minecraft to crash.
Reproducability
- 1: Setup a Forge/Fabric server
- 2: Install Connectivity/Cupboard and Packet Fixer (In this case)
- 3: Open the client and the server.
- 4: Try to join the server
Mod up to date
Minecraft version
1.20.x, 1.19.x, 1.18.x, 1.16.x
Modloader version
Forge and Fabric
Logs
https://gist.github.com/TonimatasDEV/1facedac6b3c66f9f11f21de96781f05
Describe the bug you're experiencing
I have a mod called Packet Fixer that modifies the sizes of all packets, and there is a problem with the NettyCompressiumDecoderMixin. Your mod overwrites the decode method, changing the constant 8388608 to 2097152, this causes some mods like Packet Fixer, that modify the amount of packets to not find the constant and cause minecraft to crash.
Reproducability
Mod up to date
Minecraft version
1.20.x, 1.19.x, 1.18.x, 1.16.x
Modloader version
Forge and Fabric
Logs
https://gist.github.com/TonimatasDEV/1facedac6b3c66f9f11f21de96781f05