Pretty sure this commit was to fix crates not obeying ISided, but I'm not quite sure...

This commit is contained in:
Brian Ricketts 2013-01-03 22:06:36 -06:00
parent 84c74bc589
commit 8323cee352
5 changed files with 271 additions and 269 deletions

View file

@ -41,6 +41,8 @@ public class CommonProxy implements IGuiHandler
{
TileEntity tileEntity = world.getBlockTileEntity(x, y, z);
//System.out.println("Server GUI request for ID " + ID);
switch (ID)
{
case GUI_STAMPER: