aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/GT_Container_4by4.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api/gui/GT_Container_4by4.java')
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_4by4.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_Container_4by4.java b/src/main/java/gregtech/api/gui/GT_Container_4by4.java
index 77566a0dc2..0b38a265a6 100644
--- a/src/main/java/gregtech/api/gui/GT_Container_4by4.java
+++ b/src/main/java/gregtech/api/gui/GT_Container_4by4.java
@@ -28,6 +28,7 @@ public class GT_Container_4by4 extends GT_ContainerMetaTile_Machine {
addSlotToContainer(new Slot(mTileEntity, 13, 71, 62));
addSlotToContainer(new Slot(mTileEntity, 14, 89, 62));
addSlotToContainer(new Slot(mTileEntity, 15, 107, 62));
+ super.addSlots(aInventoryPlayer);
}
@Override