Alex's Mobs

Alex's Mobs

72M Downloads

alex's mobs conflicts with pam's harvestcraft?

harveydangerfield opened this issue ยท 4 comments

commented

after hours of troubleshooting to figure out which two mods in my custom modpack were causing it to crash, i finally narrowed it down to alex's mobs and harvestcraft. i even ran the game with only those two mods installed, and sure enough it made my game crash. exit code 0 every time

i don't know if this is something that CAN be solved, or if it would be, but i thought i might as well shoot my shot just in case

commented

This issue is caused by pams harvestcraft throwing an uncaught exception with its AI class, something that can easily be removed, since vanilla does this too but vanilla doesn't assign its AI classes to our mobs like what Pam is doing. Perhaps either deleting the useless exception throwing or not assingin our mobs their ai is a solution, but again this is not a problem I can fix, since it isn't our mod's fault.

commented

You're likely experiencing MatrexsVigil/phc2crops#43
If you could attach the crash report that would be great!

commented

@chandler05

I didn't even know these existed LOL

crash-2021-08-16_05.51.57-server.txt

that was the most recent one, when i had only those two mods in the game, but I can attach an earlier one if you want to see the full report when both mods are present in the entire modpack

commented

According to the crash report this is the same issue as the one I mentioned above.