Weird Set Item Decode Packet Failure #4073
Unanswered
Type-32
asked this question in
Mod Dev Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi, has anyone encountered this kind of error when implementing their own custom items and modifying the components on use? I have a custom item that modifies the components on
finishUsing()
and for some items (weirdly does not apply to all) it would just crash my world (not my game) and give me this error after using it.Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:container_set_slot'
Here is code for the item: https://github.com/Type-32/LostInTheComplex/blob/main/src/main/java/cn/crtlprototypestudios/litc/foundation/item/LiquidContainerItem.java
Beta Was this translation helpful? Give feedback.
All reactions