diff options
Diffstat (limited to 'ihl/crop_harvestors/BlowerBlock.java')
| -rw-r--r-- | ihl/crop_harvestors/BlowerBlock.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ihl/crop_harvestors/BlowerBlock.java b/ihl/crop_harvestors/BlowerBlock.java index 9d4c782..3ec49b7 100644 --- a/ihl/crop_harvestors/BlowerBlock.java +++ b/ihl/crop_harvestors/BlowerBlock.java @@ -147,7 +147,6 @@ public class BlowerBlock extends Block implements ITileEntityProvider{ @SideOnly(Side.CLIENT)
public IIcon getIcon(int side, int meta)
{
- IIcon sideIcon = this.blockIcon;
switch (side)
{
case 0:
|
