Reliquary causes NPE in Thaumic Tinkerer?
iExalt opened this issue ยท 3 comments
I understand that this is a Thaumic Tinkerer crash, but removing Reliquary makes it go away. Minecraft loads up fine, but when connecting to a server it crashes.
Try getting the latest NotEnoughResources. I fixed something in there today that I believe causes this issue as well.
That fixed it, thank you. Out of curiosity, how are NER, Reliquary, Thaumic Tinkerer, and Galacticraft connected? If you don't mind, could you explain how a 3 line edit to NER fixed this issue?
Basically previously NER would cause a creeper to get hurt by lightning to get it displayed as charged. And it only needed this when the newest version of Reliquary (or the one with special drop for charged creeper) was in the pack.
Problem was that it didn't pass any lightning entity in and both Galacticraft and TT handle hurt events and check what exactly hurt a mob and in both cases they were not prepared for nothing to be passed in the source of the damage (which to be honest should always be filled in as that's how the game works).
Fix was easy - just mark the creeper as charged without the need to hit it with lightning bolt.