Small re-factor to the RecipeRemover
This commit is contained in:
parent
b9d880abe2
commit
9c94b045b3
2 changed files with 19 additions and 23 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue