CD4017BE / InductiveAutomation

Minecraft tech mod
MIT License
5 stars 2 forks source link

Xreliquary interaction crash #21

Closed CJL48 closed 7 years ago

CJL48 commented 7 years ago

Interacting with the gui while xreliquary is installed causes a crash (log attached).

Xreliquary also has an issue about this, it's a conflict between them registering void tears as crafting listeners, and code of this mod (among others) assuming that only players can be crafting listeners.

The Xreliquary issue: https://github.com/P3pp3rF1y/Reliquary/issues/186 crash-2016-11-30_21.12.49-server.txt

CD4017BE commented 7 years ago

Ok, for the next update I will then add "instanceof EntityPlayerMP"-checks wherever I use IContainerListeners.