MinecraftModDevelopmentMods / Tesla-Core-Lib

Minecraft library useful in creating power hungry machines
https://minecraft.curseforge.com/projects/tesla-core-lib
MIT License
6 stars 8 forks source link

[1.12.2-1.0.15] Placing down Black Hole Tank crashes server. #53

Open shortybsd opened 5 years ago

shortybsd commented 5 years ago

Industrial Foregoing Version: 1.12.2-1.12.12-236 TeslaCoreLib Version: 1.12.2-1.0.15 Crashlog (If Any): https://pastebin.com/8ZBzaAU9 Forge: 2837 Game Type: Multiplayer

Placed down a black hole tank and immediately crashed the server. Restarted several times and googled this issue but everyone was crashing with brewer. Not this case. I placed several at my area with no issues, a friend placed one and killed server. I tried to replicate and cannot do it.

The reason for this (back in January): https://github.com/MinecraftModDevelopmentMods/Tesla-Core-Lib/issues/28#issuecomment-457967397

Also disabling both bottles as fluid containers in EnderCore config will not get rid of the crash.

To temporarily fix this for anyone else that sees this post: 1.) Backup your world. 2.) edit config/forge.cfg change both of these entries to true

B:removeErroringEntities=false
B:removeErroringTileEntities=false

3.) Start server, make sure it didn't just wreck the world. (if fixed then go to number 4) 4.) Shut down server. 5.) Change forge.cfg back to false on above 2 entries. 5.) Start server.