Skip to content

[Bug]: Fabric/Forge compat problem #81

@TonimatasDEV

Description

@TonimatasDEV

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

  • Before submitting this issue I updated to the newest version and reproduced it

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions