From d6c0145ccc1b49bb0769b346e6b0e390aa910c44 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Thu, 14 Sep 2017 14:22:52 +1000 Subject: + Added recipes for Vanadium Redox Power Cells. --- .../GregtechMetaTileEntity_PowerSubStationController.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines') 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}; } -- cgit