Zenith

Zenith

3M Downloads

Crash due to attempting to spawn with null item

Grimmspecter opened this issue ยท 2 comments

commented

crash-2024-07-24_20.08.32-server.txt
crashed when ever the player loaded in next to this boss that kept failing to spawn temp fixed by editing NBT data of player away from that location

commented

I had the same crash, except mine was in Twilight Forest.

Seems like Zenith isn't happy when a dimension has no boss mobs configured for a world, but a simple null check should fix it.

knot//dev.shadowsoffire.apotheosis.adventure.boss.BossEvents.naturalBosses(BossEvents.java:86)

Worth noting this isn't an actual item that's null, but something that's supposed to contain boss information and just happens to be called item in code.

commented

Just got the same error in Twilight Forest. How would I fix this?