kms (fix cutting off of refinery gui)

This commit is contained in:
BallOfEnergy 2024-08-18 15:17:20 -05:00
parent 9d59218909
commit 84d2528464

View File

@ -28,7 +28,7 @@ public class GUIMachineRefinery extends GuiInfoContainer {
super(new ContainerMachineRefinery(invPlayer, tedf));
refinery = tedf;
this.xSize = 209;
this.xSize = 210;
this.ySize = 231;
}