Marium's Soulslike Weaponry

Marium's Soulslike Weaponry

10M Downloads

[BUG] Chungus Tonic causes crash when spawning day stalker or night proweler, and sometimes with other mobs

NolanHewitt opened this issue ยท 3 comments

commented

Minecraft, modloader and mod versions
Example:
Minecraft: 1.20.1
Fabric: 0.16.10
Soulslike-Weaponry: 1.2

Describe the bug
If the chungus tonic changes the mob to one of these two, or seemingly when changing them to other mobs sometimes primarily with create entities, causes a crash as reported by neruina. Blacklisting create stuff by default would probably make sense as most of those entities aren't meant to be spawned in normally I think.

Add logs
https://gist.github.com/NolanHewitt/1a6cb11bb694b58e2aaa02a0b775fd4d
https://gist.github.com/NolanHewitt/0bfc7ff5088b48246d753633b21b5a6f
https://gist.github.com/NolanHewitt/5e966497cc84a3f8809bdd12d70c2ace
https://gist.github.com/NolanHewitt/432ce0b4817cd45b48f1f0e8d7549fe1

commented

That's true lol, maybe I should just turn it into a whitelist instead to avoid such things.

commented

I think having a whitelist instead of a blacklist would probably be the best for compatibility with other mods as well, since some mods have entities that seem to not like being spawned in normally.

commented

That's true, I've already turned it into a whitelist within a new config file named soulsweapons_chungus_tonic_whitelist.json. More details can be seen in this commit.