Fabric Version Crashes
GhostlyII opened this issue ยท 3 comments
I've been receiving internal server crashes while playing on a server and all my crash reports point to this mod. Not sure if it's something on my end or a java error?
Here's a crash report with the java error.
Null check is done before rendering, but, in this case, a packet from server which tells the change of content to client changed TileTank$Tank#box
to null between null check and rendering in client. (This is my mistake of implementing)
I added some codes to avoid this interception.
I was draining the tank with a Thermal Generator from TechReborn. I guess that caused issues?