Wrenches shouldn't stack

This commit is contained in:
CovertJaguar 2013-12-08 21:02:46 -08:00
parent a4032762bc
commit d7575d74ea

View file

@ -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);