Kicked from Server whilst Connecting with Fabric API loaded
ampersandhd opened this issue · 8 comments
Internal Exception:
io.netty.handler.codec.DecoderException:
java.lang.RuntineException:
Attempted to register ID
ResourceKey[minecraft:damage type / minecraft:outside border] at different raw IDs (30, 44)!
If you're trying to override an item, use .set() not .register()!
Players with Minecraft 1.20.1, Fabric Loader 0.14.21 and Fabric API 0.83/0.84.0 have this error.
Players with Fabric Loader 0.14.21 and Fabric API 0.83.0 on 1.19.4 have no error.
Players without Fabric API have no errors.
Server is on Paper 1.20.1. So the Error is in combination of Minecraft 1.20.1 and Fabric API only.
Any ideas? Could this be caused by a mod, plugin or fabric itself?
I seem to be having this (or a similar) issue connecting to a server. It was fine when I was on MC 1.20 though, it's only since updating to 1.20.1 and Fabric API 1.20.1 that it is crashing.
Minecraft 1.20.1 and either of these both crash:
fabric-api-0.83.0+1.20.1
fabric-api-0.84.0+1.20.1
Minecraft 1.20 and this one works:
fabric-api-0.83.0+1.20
Its fine in single player, its only when I try to connect to the server that it crashes.
Here's my crash log: https://pastebin.com/VMTeW9YM
By "same client configuration" I mean Fabric API and Minecraft 1.20.1. Does that work fine in all cases?
Yes. But Where to search? Until 1.19.4 everything was fine and without Fabric api everything is Fine, too.
Must be a Special plugin that interacts with the latest Fabric API.
Where to investigate further? What does this Error mean?
Could the Error be BungeeCord side?