mcaselector icon indicating copy to clipboard operation
mcaselector copied to clipboard

Fixed Exception when relocating EnderIO BlockEntity

Open Alexander3a opened this issue 6 months ago • 0 comments

The chunk relocation process fails when a chunk contains any EnderIO BlockEntity due to the way these entities save their content. The format used by EnderIO BlockEntities is currently not handled by the relocator. However, since these BlockEntities do not contain any data that requires relocation (as far as I know), it should be safe to skip over them during the relocation process.

Alexander3a avatar Aug 20 '24 06:08 Alexander3a