Wrenches shouldn't stack
This commit is contained in:
parent
a4032762bc
commit
d7575d74ea
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public class ItemWrench extends ItemBuildCraft implements IToolWrench {
|
|||
public ItemWrench(int i) {
|
||||
super(i);
|
||||
setFull3D();
|
||||
setMaxStackSize(1);
|
||||
shiftRotations.add(BlockLever.class);
|
||||
shiftRotations.add(BlockButton.class);
|
||||
shiftRotations.add(BlockChest.class);
|
||||
|
|
Loading…
Reference in a new issue