44454647484950
@Override public IGuiItemObject getGuiObject(ItemStack is, World world, int x, int y, int z) { TileEntity te = world.getTileEntity( x, y, z ); return new NetworkToolViewer( is, (IGridHost) (te instanceof IGridHost ? te : null) ); }