Expanded the size of the Routing GUI and moved the buttons over to the right. Future movement is planned.
This commit is contained in:
parent
5b13be4965
commit
78c7a63190
3 changed files with 37 additions and 9 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue