fix fluid interfaces / configuration terminal not showing all the slots
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user