aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-11-15 01:02:38 +0800
committerGlodBlock <1356392126@qq.com>2021-11-15 01:02:38 +0800
commitf04eb852a9fe27d294c506e8e174614028a4e776 (patch)
tree2528e80403848f270c4eab0b65e8233b163c3bdd /src/Java/gtPlusPlus/xmod/gregtech/api
parentcb3b63f736e42bf6148fa578b7d4ca90b05f571d (diff)
downloadGT5-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.java2
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() {