Apotheosis

Apotheosis

70M Downloads

[1.18.2]Bug caused by spectral affix resulting in StackOverflowError and crash.

KamiKaguya opened this issue ยท 5 comments

commented
commented

Apotheosis is avoiding that with https://github.com/Shadows-of-Fire/Apotheosis/blob/1.18/src/main/java/shadows/apotheosis/adventure/AdventureEvents.java#L129

But I can't find where is the flag assign to the entity.

commented

1.18 is no longer supported, though it does (from code analysis) appear to be a problem in 1.20

However, for some reason, it doesn't actually occur in 1.20, despite the flag not being set.

commented

Ah, actually, that's probably why. It just fizzles out, unless the random chance approaches 100%, and then it recurs infinitely. I guess technically it could infinitely recur at any chance, but it would be unlikely.

commented