someaddons / connectivity

Minecraft mod connectivity which fixes connection issues
9 stars 0 forks source link

[Bug]: Update 3.5 Conflict with XL Packets by tfarecnim due to Mixin redirect #63

Closed Zelioth closed 1 year ago

Zelioth commented 1 year ago

Describe the bug you're experiencing

It appears something you changed in the latest update of Connectivity is messing with the mod XL Packets as well. The log states something regarding a mixin redirect. This is a issue only because we use XL Packets in our mod pack due to the amount of mods we currently feature causing packet oversize errors when connecting to servers.

@ModifyConstant conflict. Skipping connectivity.mixins.json:ClientBoundCustomPayloadPacketLMixin->@ModifyConstant::modifyLimit(I)I with priority 1000, already redirected by xlpackets.mixins.json:SCustomPayloadPacketMixin->@ModifyConstant::xlPackets(I)I with priority 1000

I attempted to reach out to you through the only listed discord on any of your mods. They were not too friendly for me simply just asking if I could draw your attention for a simple conversation. Hope this report helps

Reproducability

Install XL Packets version 2.1 Install Connectivity version 3.5

launch client and will recieve crash

Mod up to date

Minecraft version

1.19

Modloader version

Forge

Logs

https://gist.github.com/Zelioth/63fedfc2efedf770213573c596e0f7a2

Zelioth commented 1 year ago

seems like in 3.5 the disable login packet size feature doesn't function either

someaddons commented 1 year ago

Fixed in 3.8, though I'm not sure why you use both to begin with, with connectivity there should be no need for xl packets