fix fluid interfaces / configuration terminal not showing all the slots

This commit is contained in:
PrototypeTrousers
2022-10-24 17:05:27 -03:00
parent 422543f205
commit 6506301049
2 changed files with 5 additions and 3 deletions
@@ -50,6 +50,7 @@ public class GuiFluidInterface extends GuiUpgradeable implements IConfigManagerH
public GuiFluidInterface(final InventoryPlayer ip, final IFluidInterfaceHost te) {
super(new ContainerFluidInterface(ip, te));
this.ySize = 231;
this.xSize = 245;
this.host = te;
(this.container = (ContainerFluidInterface) this.inventorySlots).setGui(this);