Gui/Container over haul to get Bus Guis working.

This commit is contained in:
AlgorithmX2
2014-01-01 02:57:16 -06:00
parent 2a4e4c0369
commit 6b37ef8847
10 changed files with 241 additions and 99 deletions
-12
View File
@@ -10,18 +10,6 @@ public class SlotFakeTypeOnly extends SlotFake
super( inv, idx, x, y );
}
@Override
public void addToInv(ItemStack is)
{
if ( is != null )
{
is = is.copy();
is.stackSize = 1;
}
super.putStack( is );
}
@Override
public void putStack(ItemStack is)
{