diff --git a/common/buildcraft/core/ItemWrench.java b/common/buildcraft/core/ItemWrench.java index 21db93e5..30a1aa6f 100644 --- a/common/buildcraft/core/ItemWrench.java +++ b/common/buildcraft/core/ItemWrench.java @@ -35,6 +35,7 @@ public class ItemWrench extends ItemBuildCraft implements IToolWrench { shiftRotations.add(BlockLever.class); shiftRotations.add(BlockButton.class); shiftRotations.add(BlockChest.class); + setHarvestLevel("wrench", 0); } private boolean isShiftRotation(Class cls) {