Skip to content

Commit

Permalink
Mine blocks with weird materials if Forge says it's alright
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleposeidon committed Sep 18, 2013
1 parent dfacbe5 commit cc728d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tconstruct/library/tools/HarvestTool.java
Expand Up @@ -75,7 +75,7 @@ public float getStrVsBlock (ItemStack stack, Block block, int meta)
}
if (MinecraftForge.getBlockHarvestLevel(block, meta, getHarvestType()) > 0)
{
return calculateStrength(tags, block, meta); //
return calculateStrength(tags, block, meta); //No issue if the harvest level is too low
}
return super.getStrVsBlock(stack, block, meta);
}
Expand Down

0 comments on commit cc728d2

Please sign in to comment.