summaryrefslogtreecommitdiff
path: root/ihl/crop_harvestors/RubberTreeBlock.java
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
commit2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch)
treee8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/crop_harvestors/RubberTreeBlock.java
parentffe23313fb7421b0a1849b420baf708999023f7b (diff)
License, readme and stuff
Diffstat (limited to 'ihl/crop_harvestors/RubberTreeBlock.java')
-rw-r--r--ihl/crop_harvestors/RubberTreeBlock.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/ihl/crop_harvestors/RubberTreeBlock.java b/ihl/crop_harvestors/RubberTreeBlock.java
index bb2128b..9cfdea1 100644
--- a/ihl/crop_harvestors/RubberTreeBlock.java
+++ b/ihl/crop_harvestors/RubberTreeBlock.java
@@ -69,7 +69,6 @@ public class RubberTreeBlock extends Block{
@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister par1IconRegister)
{
- ItemStack result;
switch(type)
{
case RUBBERTREE:
@@ -120,7 +119,6 @@ public class RubberTreeBlock extends Block{
@SideOnly(Side.CLIENT)
public IIcon getIcon(int side, int meta)
{
- IIcon sideIcon = this.blockIcon;
switch (side)
{
case 0: