Updated the Filtered Item Routing Nodes' GUI so that it behaved less like ass. Also added the necessary nbt porting code.

This commit is contained in:
WayofTime 2016-08-30 21:12:40 -04:00
parent 7d690ad598
commit 413b150142
5 changed files with 64 additions and 13 deletions

View file

@ -83,6 +83,7 @@ public class GuiItemRoutingNode extends GuiContainer
BloodMagicPacketHandler.INSTANCE.sendToServer(new ItemRouterButtonPacketProcessor(button.id, inventory.getPos(), inventory.getWorld()));
if (button.id < 6)
{
inventory.currentActiveSlot = button.id;
enableAllDirectionalButtons();
button.enabled = false;
}