Small re-factor to the RecipeRemover

This commit is contained in:
modmuss50 2015-07-27 19:40:00 +01:00
parent b9d880abe2
commit 9c94b045b3
2 changed files with 19 additions and 23 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)
{