1.20.6 Creative Tab Failed to decode packet ‘serverbound/minecraft:set_creative_mode_slot’ #28
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ashie404/JavaDungeons#28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reproduce:
Minecraft 1.20.6 Official
TerraBlender Fabric 1.20.6-3.5.0.3
fabric api: 0.97.8 1.20.6
Fabric loader: 0.15.11
JavaDungeons 2.0.1 for 1.20.6
When I try to put an item from the mod into my quick access slot from the creative, I get the error “Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet ‘serverbound/minecraft:set_creative_mode_slot’”
Simple add mod & dependecies to server mods dir
The problem was that the mod was in a subfolder, so the server wouldn't load it.
The one who coded such clear in quotes, error codes in the server and client of minecraft deserves the book “perfect programmer” from Uncle Bob.
The server does not recursively traverse all subfolders in the mods folder because of which it does not load folders.
So you can't group mods in the mods folder.