You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
This change was made due to getting Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet configuration/serverbound/minecraft:custom_payload (ServerboundCustomPayloadPacket) was larger than I expected, found 14 bytes extra whilst reading packet serverbound/minecraft:custom_payload or Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet configuration/clientbound/minecraft:custom_payload (ClientboundCustomPayloadPacket) was larger than I expected, found 20 bytes extra whilst reading packet clientbound/minecraft:custom_payload when running in a singleplayer world, and genuinely have no idea why this is happening. I tried to have @BluSpring look at it and couldn't figure anything out, and since it works fine on dedicated server, we'll keep it to that. This has been the case since the mod has basically started.
3d76b38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was made due to getting
Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet configuration/serverbound/minecraft:custom_payload (ServerboundCustomPayloadPacket) was larger than I expected, found 14 bytes extra whilst reading packet serverbound/minecraft:custom_payload
orInternal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet configuration/clientbound/minecraft:custom_payload (ClientboundCustomPayloadPacket) was larger than I expected, found 20 bytes extra whilst reading packet clientbound/minecraft:custom_payload
when running in a singleplayer world, and genuinely have no idea why this is happening. I tried to have @BluSpring look at it and couldn't figure anything out, and since it works fine on dedicated server, we'll keep it to that. This has been the case since the mod has basically started.