-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thaumometer related crash. #91
Comments
I'm also having this issue- and it's almost certainly related to these lines:
Adding an aspect (in this case, imperium to golems and infernum to firebats) that does not exist would definitely cause issues. If you add Thaumic Additions (the mod that adds imperium and infernum), the crash should resolve itself. Either mark Thaumic Additions Reconstructed as a hard dependency, or add a check for whether it's loaded. That'll fix the crash. |
The same issue is present for Blaze, Ghast, Magma Cube, Zombie Pigman, and the Ender Dragon. Several items have the same issue, but it looks like thaumcraft may handle that more gracefully. Either way, add a check for whether a mod is loaded before you try to use its content, always. Honestly I have no idea how this bug wasn't caught sooner, unless you always play with all the optional dependencies enabled. |
Describe the bug
Using the thaumometer on certain mobs causes a client crash.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Seeing the entity's aspects similar to other mobs.
Additional context
This was tested with only Baubles, JEI, Planar Artifice, and Thaumcraft loaded.
Full crash report: https://pastebin.com/iCZmHVpa
The text was updated successfully, but these errors were encountered: