diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-11-17 18:12:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 18:12:55 +0100 |
commit | 3cc1fcf988a51a84c8a0d22e1875c83843abf9a2 (patch) | |
tree | 0711d00f77270e5f381d679b5f8ab01ac79d5fc5 /src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java | |
parent | 47dba3df8d037bcfe3f072c21ca75432c35a2d40 (diff) | |
parent | 5393dd9d54fd7b7b10030473942d578cac118d46 (diff) | |
download | GT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.tar.gz GT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.tar.bz2 GT5-Unofficial-3cc1fcf988a51a84c8a0d22e1875c83843abf9a2.zip |
Merge pull request #36 from GTNewHorizons/structurelib-interation
structurelib interation and disable some multis
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java index bc7625805f..937513751b 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_PowerSubStation.java @@ -32,7 +32,7 @@ public class CONTAINER_PowerSubStation extends GT_Container_MultiMachine { } public int getSlotCount() { - return 2; + return 10; } public int getShiftClickSlotCount() { |