Small fix's to multiple things
This commit is contained in:
parent
f326bb8352
commit
266c547520
12 changed files with 21 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue