Inventory Tweaks [1.12 only]

Inventory Tweaks [1.12 only]

127M Downloads

Tabbychat incompatibility

mattmess1221 opened this issue ยท 2 comments

commented

Minecraft Version:1.8.9
Inventory Tweaks Version: IDK

This was discovered by @Xiaminou, so he has more version info.

mattmess1221/TabbyChat-2#51

During init, tabbychat creates the chat gui, and that involves calling a method which you have injected an event into: `GuiTextField.setFocused'. Unfortunately, this happened before your init (Liteloader only has 1 init call), so it ends up calling on a null instance.

commented

There is really no reason to create Minecraft GUI instances (particularly in-game ones) during initialization phases.

commented

I think I found a fix on my end anyway. I forgot about the InitCompleteListener