aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bartworks
diff options
context:
space:
mode:
authorAlexdoru <57050655+Alexdoru@users.noreply.github.com>2024-11-28 19:08:32 +0100
committerGitHub <noreply@github.com>2024-11-28 18:08:32 +0000
commit9153ea63809a30b80915dc665bd2b328e72ccef9 (patch)
tree5564890d9e78f8f70eaa469134c073831371eaed /src/main/java/bartworks
parente41a0889c5f498252691180b143c97b570b2fc6b (diff)
downloadGT5-Unofficial-9153ea63809a30b80915dc665bd2b328e72ccef9.tar.gz
GT5-Unofficial-9153ea63809a30b80915dc665bd2b328e72ccef9.tar.bz2
GT5-Unofficial-9153ea63809a30b80915dc665bd2b328e72ccef9.zip
Add info in the tooltip of the chemplant (#3559)
Diffstat (limited to 'src/main/java/bartworks')
-rw-r--r--src/main/java/bartworks/common/tileentities/multis/MTEDeepEarthHeatingPump.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/bartworks/common/tileentities/multis/MTEDeepEarthHeatingPump.java b/src/main/java/bartworks/common/tileentities/multis/MTEDeepEarthHeatingPump.java
index 60a69abbf1..da8599dd28 100644
--- a/src/main/java/bartworks/common/tileentities/multis/MTEDeepEarthHeatingPump.java
+++ b/src/main/java/bartworks/common/tileentities/multis/MTEDeepEarthHeatingPump.java
@@ -87,8 +87,7 @@ public class MTEDeepEarthHeatingPump extends MTEDrillerBase {
.addInfo("Each maintenance issue lowers output efficiency by 10%")
.addInfo("Explodes when it runs out of Distilled Water/Coolant");
- tt.addSeparator()
- .beginStructureBlock(3, 7, 3, false)
+ tt.beginStructureBlock(3, 7, 3, false)
.addController("Front bottom")
.addOtherStructurePart(casings, "form the 3x1x3 Base")
.addOtherStructurePart(casings, "1x3x1 pillar above the center of the base (2 minimum total)")