diff options
author | Alkalus <draknyte1@hotmail.com> | 2018-05-12 17:32:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-12 17:32:38 +1000 |
commit | 3ce52cc43f1b41ec0b4f9486afc188bd4d11c055 (patch) | |
tree | e3f996404e6fc8726f4327a1aa9445823e4a3d52 /src/Java/gtPlusPlus/xmod/gregtech | |
parent | 43b3847ef18da654f4088ef2a10b390e37657fd4 (diff) | |
parent | b4880e20bba9ffe423d402a9283de200951d1f89 (diff) | |
download | GT5-Unofficial-3ce52cc43f1b41ec0b4f9486afc188bd4d11c055.tar.gz GT5-Unofficial-3ce52cc43f1b41ec0b4f9486afc188bd4d11c055.tar.bz2 GT5-Unofficial-3ce52cc43f1b41ec0b4f9486afc188bd4d11c055.zip |
Merge pull request #259 from richardhendricks/requested-merge
Files sent to me by Draknyte1 to create a pull request
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-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", |