implement tall interface terminal (part, not wireless)

This commit is contained in:
PrototypeTrousers
2023-02-03 20:56:17 -03:00
parent d7e7ef0cb4
commit 269d3766db
2 changed files with 117 additions and 11 deletions
@@ -79,7 +79,7 @@ public final class ContainerInterfaceTerminal extends AEBaseContainer {
this.grid = anchor.getActionableNode().getGrid();
}
this.bindPlayerInventory(ip, 14, 256 - /* height of player inventory */82);
this.bindPlayerInventory(ip, 0, 0);
}
@Override