Small fix's to multiple things

This commit is contained in:
Gig 2015-05-09 18:51:31 +01:00
parent f326bb8352
commit 266c547520
12 changed files with 21 additions and 26 deletions

View file

@ -39,22 +39,6 @@ public class BlockSemiFluidGenerator extends BlockMachineBase {
setBlockName("techreborn.semifluidgenerator");
}
@Override
public TileEntity createNewTileEntity(World world, int p_149915_2_)
{
return new TileAlloySmelter();
}
@Override
public boolean onBlockActivated(World world, int x, int y, int z,
EntityPlayer player, int side, float hitX, float hitY, float hitZ)
{
if (!player.isSneaking())
player.openGui(Core.INSTANCE, GuiHandler.alloySmelterID, world, x, y,
z);
return true;
}
@Override
@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister icon)