When playing on a remote server with a manual latest build of the mod, I encountered a client-side crash when I teleported to an area in the overworld containing fans. The full crashlog is attached below. I belive the issue is that ChunkAtmosphereHandler only populates the blobs dict on the server, but it is apparently referenced by the client as well.
When playing on a remote server with a manual latest build of the mod, I encountered a client-side crash when I teleported to an area in the overworld containing fans. The full crashlog is attached below. I belive the issue is that
ChunkAtmosphereHandler
only populates the blobs dict on the server, but it is apparently referenced by the client as well.https://github.com/JameH2/Hbm-s-Nuclear-Tech-GIT/blob/24c11e12df33b85f355cf9845b62720e769c8b97/src/main/java/com/hbm/handler/atmosphere/ChunkAtmosphereHandler.java#L273-L276
https://github.com/JameH2/Hbm-s-Nuclear-Tech-GIT/blob/24c11e12df33b85f355cf9845b62720e769c8b97/src/main/java/com/hbm/blocks/machine/MachineFan.java#L77-L82
Crashlog: