fix interface terminal GUI

This commit is contained in:
Salomão
2021-02-24 13:24:04 -03:00
parent c826a3e24f
commit a65b3d2ceb
3 changed files with 13 additions and 15 deletions
@@ -78,7 +78,7 @@ public final class ContainerInterfaceTerminal extends AEBaseContainer
this.grid = anchor.getActionableNode().getGrid();
}
this.bindPlayerInventory( ip, 0, 222 - /* height of player inventory */82 );
this.bindPlayerInventory( ip, 0, 236 - /* height of player inventory */82 );
}
@Override