Merge pull request #2026 from ShetiPhian/patch-1
Set toolClass of ItemWrench to "wrench"
This commit is contained in:
commit
b73ac3b023
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue