diff options
author | Richard Hendricks <richardhendricks@pobox.com> | 2018-04-25 07:22:23 -0500 |
---|---|---|
committer | Richard Hendricks <richardhendricks@pobox.com> | 2018-04-25 07:22:23 -0500 |
commit | b4880e20bba9ffe423d402a9283de200951d1f89 (patch) | |
tree | cf1fc13fd7a0a059d5eb69def71e828426b1ae2b /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities | |
parent | da7a6fd14582e7e1aab0622b069fb1cdc4c7b28d (diff) | |
download | GT5-Unofficial-b4880e20bba9ffe423d402a9283de200951d1f89.tar.gz GT5-Unofficial-b4880e20bba9ffe423d402a9283de200951d1f89.tar.bz2 GT5-Unofficial-b4880e20bba9ffe423d402a9283de200951d1f89.zip |
Files sent to me by Draknyte1 to create a pull request
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/storage/GregtechMetaTileEntity_PowerSubStationController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/storage/GregtechMetaTileEntity_PowerSubStationController.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/storage/GregtechMetaTileEntity_PowerSubStationController.java index d77edb631b..a501061849 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/storage/GregtechMetaTileEntity_PowerSubStationController.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/storage/GregtechMetaTileEntity_PowerSubStationController.java @@ -64,7 +64,7 @@ public class GregtechMetaTileEntity_PowerSubStationController extends GregtechMe "Consumes " + this.ENERGY_TAX + "% of the average voltage of all energy type hatches", "Power can be Input/Extracted from the rear face at any time, change with screwdriver", "Can be built with variable height between " + (CELL_HEIGHT_MIN + 2) + "-" + (CELL_HEIGHT_MAX + 2) + "", - "Redox Cells can be upgraded via the GUI without having to deconstruct the multiblock", + "Redox Cells can be upgraded via the GUI without having to deconstruct the multiblock (WIP)", "Size(WxHxD): External 5xHx5, Sub-Station Casings, Controller (Bottom, Centre)", "Size(WxHxD): Internal 3x(H-2)x3, Energy Storage Cells", "Number and quality of cells determines power storage", |