diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-14 14:22:52 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-14 14:22:52 +1000 |
commit | d6c0145ccc1b49bb0769b346e6b0e390aa910c44 (patch) | |
tree | 7fb5e81ad3f0a166b6c06bc31d762016a9f88ea4 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines | |
parent | 9dafff8240bae69aa68395d4dec5cddd58399851 (diff) | |
download | GT5-Unofficial-d6c0145ccc1b49bb0769b346e6b0e390aa910c44.tar.gz GT5-Unofficial-d6c0145ccc1b49bb0769b346e6b0e390aa910c44.tar.bz2 GT5-Unofficial-d6c0145ccc1b49bb0769b346e6b0e390aa910c44.zip |
+ Added recipes for Vanadium Redox Power Cells.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java index bf21c330b2..5fe0522b0a 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_PowerSubStationController.java @@ -41,14 +41,20 @@ public class GregtechMetaTileEntity_PowerSubStationController extends GT_MetaTil "Controller Block for the Power Sub-Station", "Stores quite a lot of power", "Consumes 1% of the average voltage of all energy type hatches", - "Energy consumed goes to cooling the Vanadium Radox power storage", + "Energy consumed goes to cooling the Vanadium Redox power storage", "Size(WxHxD): 5x4x5, Controller (Bottom, Centre)", "--------------------------------------------------------------------------", "Bottom layer is made up of Sub-Station external casings (5x1x5)", - "The inner 3x2x3 area on the next two layers is made up of Vanadium Radox Power Cells", + "The inner 3x2x3 area on the next two layers is made up of Vanadium Redox Power Cells", + "in total, you require 18x VR Power Cells", "A single layer of Sub-Station casings goes around the outside of this 3x2x3", "On top, another layer of Sub-Station casings", "Hatches can be placed nearly anywhere", + "Minimum 1x Energy Input Hatch", + "Minimum 1x Energy Dynamo Hatch", + "1x Input Bus", + "1x Output Bus", + "1x Maintenance hatch", "--------------------------------------------------------------------------", CORE.GT_Tooltip}; } |