diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-14 10:19:34 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-14 10:19:34 +1000 |
commit | 3f9c5a065c940f702a11946b2d320a92b0b922bc (patch) | |
tree | 06c2355c2c81e3bf25b08936f39f5a5830225600 /src/Java/gtPlusPlus/xmod/gregtech/registration | |
parent | bcfbd0c6554cca1ab1f69a0a09c2ffb8782cf8c0 (diff) | |
download | GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.tar.gz GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.tar.bz2 GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.zip |
+ Restarted work on the power substation multiblock.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java index c2d3878a11..82cbf685ad 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerSubStation.java @@ -20,7 +20,7 @@ public class GregtechPowerSubStation { private static void run1() { // Steam Condensors GregtechItemList.PowerSubStation.set(new GregtechMetaTileEntity_PowerSubStationController(812, - "substation.01.input.single", "Power Substation Node").getStackForm(1L)); + "substation.01.input.single", "Power Station Control Node").getStackForm(1L)); } } |