Revert "Small re-factor to the RecipeRemover"

This reverts commit 9c94b045b3.
This commit is contained in:
modmuss50 2015-08-04 10:31:41 +01:00
parent 9c94b045b3
commit 1d6504c7ba
2 changed files with 23 additions and 19 deletions

View file

@ -76,7 +76,7 @@ public class ItemRockCutter extends ItemPickaxe implements IElectricItem {
public boolean canHarvestBlock(Block block, ItemStack stack){
return Items.diamond_pickaxe.canHarvestBlock(block, stack);
}
@Override
public int getHarvestLevel(ItemStack stack, String toolClass)
{