update items while JEI GUI is active

This commit is contained in:
PrototypeTrousers
2022-10-18 06:50:37 -03:00
parent 9b263c5501
commit 486a68d06b
13 changed files with 82 additions and 26 deletions
@@ -51,6 +51,7 @@ public class GuiNetworkStatus extends AEBaseGui implements ISortSource {
private final ItemRepo repo;
private final int rows = 4;
private final ContainerNetworkStatus cns;
private GuiImgButton units;
private int tooltip = -1;
@@ -65,6 +66,9 @@ public class GuiNetworkStatus extends AEBaseGui implements ISortSource {
this.ySize = 153;
this.xSize = 195;
this.repo.setRowSize(5);
this.cns = (ContainerNetworkStatus) this.inventorySlots;
this.cns.setGui(this);
}
@Override