Shift+Right Click.

This commit is contained in:
AlgorithmX2
2014-01-29 19:20:48 -06:00
parent bdc48457ec
commit b21af365cf
3 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ public abstract class AEBaseGui extends GuiContainer
stack = ((SlotME) slot).getAEStack();
break;
case 1:
action = InventoryAction.SHIFT_CLICK;
action = ctrlDown == 1 ? InventoryAction.PICKUP_SINGLE : InventoryAction.SHIFT_CLICK;
stack = ((SlotME) slot).getAEStack();
break;