We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I join I get this
User endiess_darkness has disconnected, reason: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(34) + length(4) exceeds writerIndex(34): PooledUnsafeDirectByteBuf(ridx: 34, widx: 34, cap: 34)
here are my mods
fabric api polymc immersive portals
all mods are on 1.19.3
My plan is the run poly puck to join on modded clients and still allow vanilla to be able to join (i don't expect vanilla to view any portals)
here is my polymc config { "configVersion": 10, "disabledMixins": [ "CustomPacketDisabler", "entity.DisableCustomEntities" ], "misc": { "processSyncedBlockEventServerSide": [ "minecraft:note_block" ] }, "remapVanillaBlockIds": false, "enableWizardThreading": false, "maxPacketsPerSecond": 600, "forceBlockIdIntControl": false } It won't boot with out "entity.DisableCustomEntities" on the vanila client i get [19:19:40] [Render thread/WARN]: Unknown custom packed identifier: imm_ptl:dim_sync [19:19:40] [Render thread/WARN]: Unknown custom packed identifier: minecraft:register
The text was updated successfully, but these errors were encountered:
Hrmm, the compatibility with immersive portals isn't great, it likely broke at some point , I'll check it out when I have the time
Sorry, something went wrong.
Thanks much appreciated. I love your mod thanks for developing it.
Any updates?
No branches or pull requests
when I join I get this
User endiess_darkness has disconnected, reason: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(34) + length(4) exceeds writerIndex(34): PooledUnsafeDirectByteBuf(ridx: 34, widx: 34, cap: 34)
here are my mods
fabric api
polymc
immersive portals
all mods are on 1.19.3
My plan is the run poly puck to join on modded clients and still allow vanilla to be able to join (i don't expect vanilla to view any portals)
here is my polymc config
{
"configVersion": 10,
"disabledMixins": [
"CustomPacketDisabler",
"entity.DisableCustomEntities"
],
"misc": {
"processSyncedBlockEventServerSide": [
"minecraft:note_block"
]
},
"remapVanillaBlockIds": false,
"enableWizardThreading": false,
"maxPacketsPerSecond": 600,
"forceBlockIdIntControl": false
}
It won't boot with out "entity.DisableCustomEntities"
on the vanila client i get
[19:19:40] [Render thread/WARN]: Unknown custom packed identifier: imm_ptl:dim_sync [19:19:40] [Render thread/WARN]: Unknown custom packed identifier: minecraft:register
The text was updated successfully, but these errors were encountered: