devs-immortal/Through-the-Looking-Glass

Wormhole entity crash

Closed this issue · 2 comments

EDIT: See comment below

Think you can crash a TTLG wormhole by spawning too many items that have associated nbt data with them at once and letting them get sucked in. A good example is the Gift It! mod which has wrapping paper which basically copys the nbt data of other block entities to move it somewhere else, think this is what caused the crash as well:

Crash report: https://gist.github.com/profjb58/af68f034e20b6ba69be605c212722e4e

Scratch that, happens for any entity, regardless of any attached nbt data. Only way to fix is to kill any entities travelling between the wormholes or to restart the server and reset item drops

Fixed it seems in v13