if (ID == guiIDCraftingTableIII)
{
if (Proxy.IsClient())
return Proxy.getGui(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
else
return new ContainerClevercraft(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
}
return null;
}