CoreMod Stuff.

This commit is contained in:
AlgorithmX2
2014-02-11 03:04:59 -06:00
parent b6bb1bea2e
commit 9513e7c99d
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -452,7 +452,17 @@ public abstract class AEBaseGui extends GuiContainer
return true;
}
public void a(Slot s)
{
drawSlot( s );
}
public void func_146977_a(Slot s)
{
drawSlot( s );
}
public void drawSlot(Slot s)
{
if ( s instanceof SlotME )
{