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:
parent
7d690ad598
commit
413b150142
5 changed files with 64 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue