GTNewHorizons / Hodgepodge

A HodgePodge of patches
GNU Lesser General Public License v3.0
36 stars 57 forks source link

Add an option to destroy TileEntities with illegal coordinates instead of crashing #385

Closed eigenraven closed 2 months ago

eigenraven commented 2 months ago

Adds a config option to destroy broken TEs from the world instead of crashing. This is off by default, because it can cause data loss in worlds instead of just stopping it while loading which allows for manual data recovery. Also now logs the NBT of the offending TE to provide even more information.