klikli-dev / occultism

A magic mod inspired by the world of Jonathan Stroud's Bartimaeus. With the help of occult rituals players can summon entities from the "Other Side" to perform magic.
https://www.curseforge.com/minecraft/mc-mods/occultism
MIT License
67 stars 43 forks source link

[CRASH] occultism & minecolonies crash on world gen #1112

Closed DanMeadWasTaken closed 2 months ago

DanMeadWasTaken commented 2 months ago

Describe the bug crash on world generation when both occultism 1.125.0 & minecolonies-1.20.1-1.1.561-BETA are present

To Reproduce Steps to reproduce the behavior:

  1. create new world with both mods present

Expected behavior not crashing lol.

System (please complete the following information):

Additional context https://mclo.gs/9JoQl2r

klikli-dev commented 2 months ago

The crash is due to the wrong variant of SmartBrainLib being used. There is a version for Neoforge and one for Forge, Curseforge launcher sometimes picks the wrong one. Make sure to use the one for your mod loader and this crash will not happen any more.

This is a duplicate of #1029, see also https://github.com/Tslat/SmartBrainLib/issues/57#issuecomment-1891803412 for comments of SBL's author.

DanMeadWasTaken commented 2 months ago

Ahhhhhh, alright, I'll test this later once I'm at my pc again. Tysm, I only searched for Minecolonies didn't think to check the smart brain library version.