Apotheosis

Apotheosis

70M Downloads

1.19.2 crash bug: Apotheosis (apparently) improperly missing a null check before tryign to spawn in blue skies dimension

mberlin1 opened this issue ยท 6 comments

commented
commented

I'm not sure what you're stating here -- the adventure file had a boss statement for both skies dimensions as the other dimensions did (which worked fine), in this case the blue skies folks block such spawns. It seems like you forgot to check for a null instantiation before assuming the object would in fact be non-null.

commented

Apotheosis does not ship a spawn rule for any dimension other than the overworld, nether, end, and twilight forest. Any other modifications are done by the user (or pack developer), and it is their responsibility to provide adequate boss jsons.

commented

This is the result of user error, you cannot configure bosses to spawn for a dimension without providing any bosses for that dimension.

commented
commented

Alright ,and if they mimic the existing spawn lines exactly, shouldn't they be expected to function just like the others? And if they don't function just like the others, whose responsibility is that?

commented

Thank you, i'll take a look.