Doesnt do anything on 1.19.2
Closed this issue · 5 comments
I load up, and get the Payload may not be larger than 1048576 bytes
error on the client
Installed on both client and server
I load up, and get the Payload may not be larger than 1048576 bytes error on the client
Installed on both client and server
Sorry but, this packet is not implemented, test this alpha version:
PacketSizeDoublerForge-1.0.8-1.19.x.zip
I load up, and get the Payload may not be larger than 1048576 bytes error on the client
Installed on both client and serverSorry but, this packet is not implemented, test this alpha version: PacketSizeDoublerForge-1.0.8-1.19.x.zip
now getting a new crash with the mod and supplementaries
crash-2023-03-23_14.26.05-client.txt
and tons of mods are failing to load
found a fix for ya:
inside ClientboundCustomQueryPacketMixin.java
replace @mixin(ServerboundCustomQueryPacket.class) with @mixin(ClientboundCustomQueryPacket.class)
and import net.minecraft.network.protocol.login.ServerboundCustomQueryPacket;
with import net.minecraft.network.protocol.login.ClientboundCustomQueryPacket;
fixes mod startup and boots normally (even with immersive portals)
I think the issue was having Serverbound inside of the Clientbound
edit: sorry I mistook it booting up, still sadly causes payload may not be larger than ... error
fixes mod startup and boots normally (even with immersive portals)
I think the issue was having Serverbound inside of the Clientbound
edit: sorry I mistook it booting up, still sadly causes payload may not be larger than ... error
I learning for fix this error, it is very rare