Skip to content

Commit

Permalink
Fix maple syrup, cinnamon and paperbark not dropping their items. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbegt committed Feb 13, 2018
1 parent 5045b34 commit 8976943
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/iguanaman/hungeroverhaul/common/BlockHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import com.pam.harvestcraft.blocks.growables.BlockPamCrop;
import com.pam.harvestcraft.blocks.growables.BlockPamFruit;
import com.pam.harvestcraft.blocks.growables.BlockPamFruitLog;
import com.progwml6.natura.overworld.NaturaOverworld;

import iguanaman.hungeroverhaul.module.harvestcraft.helper.PamsModsHelper;
Expand Down Expand Up @@ -140,15 +139,6 @@ public static boolean shouldProduceNotDrop(IBlockState state)
return true;
}
}
else if (Loader.isModLoaded("harvestcraft") && state.getBlock() instanceof BlockPamFruitLog)
{
Block seed = PamsModsHelper.fruitBlockToBlockMap.get(state.getBlock());

if (seed == state.getBlock() || seed == Blocks.AIR)
{
return true;
}
}

return false;
}
Expand Down

0 comments on commit 8976943

Please sign in to comment.