From ff914ab17ed764695a0b69682224401d6769fee0 Mon Sep 17 00:00:00 2001 From: botn365 Date: Thu, 9 Apr 2020 19:33:33 +0200 Subject: fix gui of adv muffler not working correctl --- .../xmod/gregtech/api/gui/CONTAINER_Hatch_Muffler_Advanced.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Hatch_Muffler_Advanced.java b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Hatch_Muffler_Advanced.java index 721fe053ae..17226a399e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Hatch_Muffler_Advanced.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Hatch_Muffler_Advanced.java @@ -21,7 +21,7 @@ public class CONTAINER_Hatch_Muffler_Advanced extends GT_ContainerMetaTile_Machi @Override public void addSlots(final InventoryPlayer aInventoryPlayer) { - this.addSlotToContainer(new SlotAirFilter(this.mTileEntity, 1, 80, 35)); + this.addSlotToContainer(new SlotAirFilter(this.mTileEntity, 0, 80, 35)); } @Override -- cgit