Weird evilcraft crash
Adrigamer2950 opened this issue ยท 3 comments
Issue type:
- ๐ Bug
Short description:
It appears that the EvilCraft-Compact mod cannot find the class org.cyclops.commoncapabilities.api.capability.work.IWorker
Tried creating a modpack with only EvilCraft & CyclopsCore. It still crashed
Steps to reproduce the problem:
- Install EvilCraft & CyclopsCore
- Run the game
Expected behaviour:
No error is thrown and the game starts
Versions:
- CyclopsCore: 1.20.4-1.19.3
- EvilCraft: 1.20.4-1.2.38
- Minecraft: 1.20.4
- Mod loader version: NeoForge 20.4.248
Log file:
It doesn't look like you have CommonCapabilities installed in that modlist. It is a dependency just like CyclopsCore.
If it is installed, what version do you have?
It doesn't look like you have CommonCapabilities installed in that modlist. It is a dependency just like CyclopsCore. If it is installed, what version do you have?
Mod managers often install all required dependencies when installing a mod, so I didn't think it needed to be installed. I just installed it and now it works perfectly haha. Sorry for the trouble