Expanded the size of the Routing GUI and moved the buttons over to the right. Future movement is planned.

This commit is contained in:
WayofTime 2016-08-31 08:30:35 -04:00
parent 5b13be4965
commit 78c7a63190
3 changed files with 37 additions and 9 deletions

View file

@ -78,7 +78,7 @@ public class ContainerItemRoutingNode extends Container
if (slot instanceof SlotGhostItem) //TODO: make the slot clicking work!
{
lastGhostSlotClicked = slot.getSlotIndex();
// System.out.println(lastGhostSlotClicked);
System.out.println(lastGhostSlotClicked);
if ((dragType == 0 || dragType == 1) && (clickTypeIn == ClickType.PICKUP || clickTypeIn == ClickType.QUICK_MOVE))
{