You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a Powder Mixer without the correctly placed Material or Elements cabinets, a crash happens with a nullpointerexception.
In the "drawGuiContainerBackgroundLayer", "drawGuiContainerForegroundLayer" and "drawScreen" methods of "UIPowderMixerController.java", the methods "getMaterialCabinet()" and "getElementsCabinet()" are called without a previous check to see if they exist.
The text was updated successfully, but these errors were encountered:
If you have a Powder Mixer without the correctly placed Material or Elements cabinets, a crash happens with a nullpointerexception.
In the "drawGuiContainerBackgroundLayer", "drawGuiContainerForegroundLayer" and "drawScreen" methods of "UIPowderMixerController.java", the methods "getMaterialCabinet()" and "getElementsCabinet()" are called without a previous check to see if they exist.
The text was updated successfully, but these errors were encountered: