Merge pull request #2026 from ShetiPhian/patch-1

Set toolClass of ItemWrench to "wrench"
This commit is contained in:
SpaceToad 2014-09-20 10:23:12 +01:00
commit b73ac3b023

View file

@ -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<? extends Block> cls) {