Trhod177 Posted December 21, 2021 Share Posted December 21, 2021 (edited) 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, 2022 by Trhod177 solved Quote Link to comment Share on other sites More sharing options...
Trhod177 Posted December 21, 2021 Author Share Posted December 21, 2021 I'm blind, I'm been trying to figure this out for 4 days. Thank you so much. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.