[1.18.2] [Bug] Mod Interaction Crash. Twilight Forest Swarm Spider mob vs. Apoth Spawner
enigmaquip opened this issue ยท 2 comments
Apotheosis 5.6.1
Twilight 4.1.1397
Forge 40.1.74
When the spawner attempts to spawn a swarm spider the server crashes
relevant locations
https://github.com/TeamTwilight/twilightforest/blob/1.18.x/src/main/java/twilightforest/entity/monster/SwarmSpider.java#L143
https://github.com/Shadows-of-Fire/Apotheosis/blob/1.18/src/main/java/shadows/apotheosis/spawn/spawner/LyingLevel.java
Let me know if I should cross post this over to twilight as well
I will add though, they should be using the explicit method ServerLevelAccessor#getLevel
instead of doing the cast.