aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod
diff options
context:
space:
mode:
authorTheEpicGamer274 <102255081+TheEpicGamer274@users.noreply.github.com>2023-06-19 00:41:49 -0400
committerGitHub <noreply@github.com>2023-06-19 06:41:49 +0200
commitd78e28ef3938d7dfe83a7d2cc07496e99b350436 (patch)
treeaf2cfe00e9dbeb9cbffcf4f9f28bfa3acf39ef19 /src/main/java/gtPlusPlus/xmod
parentb188e8e0b4c445deef72ee609f7414b49c2ebcc8 (diff)
downloadGT5-Unofficial-d78e28ef3938d7dfe83a7d2cc07496e99b350436.tar.gz
GT5-Unofficial-d78e28ef3938d7dfe83a7d2cc07496e99b350436.tar.bz2
GT5-Unofficial-d78e28ef3938d7dfe83a7d2cc07496e99b350436.zip
Adding Circuit requirement for data orb repository to tooltip and removing a false tooltip (#675)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
index 4b9e642c5f..b9508c4fe8 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_ElementalDuplicator.java
@@ -78,9 +78,10 @@ public class GregtechMTE_ElementalDuplicator extends GregtechMeta_MultiBlockBase
GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder();
tt.addMachineType(getMachineType()).addInfo("Produces Elemental Material from UU Matter")
.addInfo("Speed: +100% | EU Usage: 100% | Parallel: 8 * Tier").addInfo("Maximum 1x of each bus/hatch.")
- .addInfo("Does not require both Output Hatch & Bus").addPollutionAmount(getPollutionPerSecond(null))
- .addSeparator().beginStructureBlock(9, 6, 9, true).addController("Top Center")
- .addCasingInfoMin("Elemental Confinement Shell", 138, false)
+ .addInfo("Requires circuit 1-16 in your Data Orb Repository")
+ .addInfo("depending on what Data Orb you want to prioritize")
+ .addPollutionAmount(getPollutionPerSecond(null)).addSeparator().beginStructureBlock(9, 6, 9, true)
+ .addController("Top Center").addCasingInfoMin("Elemental Confinement Shell", 138, false)
.addCasingInfoMin("Matter Fabricator Casing", 24, false)
.addCasingInfoMin("Particle Containment Casing", 24, false)
.addCasingInfoMin("Matter Generation Coil", 24, false)