Fixed rockcutter breaking

This commit is contained in:
Gig 2015-05-03 23:53:33 +01:00
parent 6143f990fe
commit 786d609d86

View file

@ -32,7 +32,6 @@ public class ItemRockCutter extends ItemPickaxe implements IElectricItem {
setUnlocalizedName("techreborn.rockcutter"); setUnlocalizedName("techreborn.rockcutter");
setCreativeTab(TechRebornCreativeTab.instance); setCreativeTab(TechRebornCreativeTab.instance);
setMaxStackSize(1); setMaxStackSize(1);
setMaxDamage(27);
efficiencyOnProperMaterial = 16F; efficiencyOnProperMaterial = 16F;
} }