diff options
author | GlodBlock <1356392126@qq.com> | 2021-11-15 01:02:38 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-11-15 01:02:38 +0800 |
commit | f04eb852a9fe27d294c506e8e174614028a4e776 (patch) | |
tree | 2528e80403848f270c4eab0b65e8233b163c3bdd /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | cb3b63f736e42bf6148fa578b7d4ca90b05f571d (diff) | |
download | GT5-Unofficial-f04eb852a9fe27d294c506e8e174614028a4e776.tar.gz GT5-Unofficial-f04eb852a9fe27d294c506e8e174614028a4e776.tar.bz2 GT5-Unofficial-f04eb852a9fe27d294c506e8e174614028a4e776.zip |
fix pss and centrifuge texture
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-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() { |