aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2020-01-06 05:28:19 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2020-01-06 05:28:19 +0000
commit9580c236c773899405c81a45cd6d670cdc12d4e4 (patch)
treeb9d1b4955f9c7c9905d0479de4330af7b50ef18b /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities
parent7bed808838202af576b47340887d59f4480fe6a0 (diff)
downloadGT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.tar.gz
GT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.tar.bz2
GT5-Unofficial-9580c236c773899405c81a45cd6d670cdc12d4e4.zip
+ Added recipe for Distillus.
+ Added recipes for Chunkloaders. + Added recipe for Algae Farm. + Added recipes for Overflow Hatches. % Halved recipe time on Algae Farming, enabled use of compost to increase output. $ Potentially fixed the Overflow Hatches.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_DistillationTower.java3
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_DistillationTower.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_DistillationTower.java
index 9bed1846b7..e5387d8c6f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_DistillationTower.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_DistillationTower.java
@@ -54,6 +54,7 @@ public class GregtechMetaTileEntity_Adv_DistillationTower extends GregtechMeta_M
return new String[]{
"Controller Block for the Advanced Distillation Tower",
"T1 constructed identical to standard DT",
+ "T2 is currently disabled.",
"T2 is not variable height",
"Size(WxHxD): 3x26x3",
"Controller (Front bottom)",
@@ -62,7 +63,7 @@ public class GregtechMetaTileEntity_Adv_DistillationTower extends GregtechMeta_M
"1x Output Bus (Any bottom layer casing)",
"1x Maintenance Hatch (Any casing)",
"1x Energy Hatch (Any casing)",
- "Clean Stainless Steel Machine Casings for the rest ((7 x 25) - 5 at least!)",
+ "Integral Framework I's for the rest",
s,
s1,
s2};
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
index fda79876f6..a05ecca551 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
@@ -61,6 +61,7 @@ public class GregtechMTE_AlgaePondBase extends GregtechMeta_MultiBlockBase {
return new String[] {
"Grows Algae!",
"Controller Block for the Algae Farm",
+ "Provide compost to boost production by one tier",
"Size: 9x3x9 [WxHxL] (open)",
"X X",
"X X",