Ticking block entity: ApothSpawnerTile
Smurfz87 opened this issue ยท 1 comments
Been getting several crashes similar to the attached crash report:
crash-ApothSpawnerTile-204.txt
Playing the Mineshafts & Monsters pack, so there's a decent amount of mods, however the stacktrace only features Apotheosis so hope this belongs here. Let me know if you need any further information ๐
This is - unfortunately - a CME, which means some other mod in your instance is doing the same thing the spawner is doing (adding an entity to the world or otherwise modifying the world entity list) off of the main thread. It's practically impossible to trace though, but this is nothing fixable on my end.