Posted December 21, 20213 yr Im currently developing a mod and when i try to join a server it shows this error on the client Internal Exception: io.netty.handler.codec.DecoderException: io.netty.handler,codec.Encoder.Exception: java.io.UTFDataFormatException: malformed input around byte 4 Log Files: Client Debug Log (Gist) Client Latest Log (Gist) Server Debug Log (Gist) Server Latest Log (Gist) Source: Geomancy Source Code Github From the googling i have done, The few people i could find who had similar issues, there issues seem to have been fixed by making sure fromNetwork and toNetwork methods in custom recipes are identical. I have checked my recipes and as far as i can see there are no issues with either and they send and receive the same issue. Recipe classes: DippingRecipe.java github InfusingRecipe.java github And if someone could perhaps help my figure out what i did wrong with the tank in my blockentity it would also be appreciated. BlockEntity Class: DipperBlockEntity.java github Edited January 6, 20223 yr by Trhod177 solved
December 21, 20213 yr Author I'm blind, I'm been trying to figure this out for 4 days. Thank you so much.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.