Large Fluid Tank

Large Fluid Tank

3M Downloads

Fabric Version Crashes

GhostlyII opened this issue ยท 3 comments

commented

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.

https://pastebin.com/S5nTv6gn

commented

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.

commented

I was draining the tank with a Thermal Generator from TechReborn. I guess that caused issues?

commented

Were you doing something to the tank? (inserting fluid or draining from tank)
Then, the latest version will fix.