aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2024-09-05 21:30:50 +0100
committerGitHub <noreply@github.com>2024-09-05 22:30:50 +0200
commit650778390d21ab3f34ea6df0f53e7f57b1aa4115 (patch)
treeab3e0e0c8d4fa3beecb10dbc27dfc333687bcd46 /src/main
parentfb8401a6c1f5e83817fe6fed332f6d652e1a2a07 (diff)
downloadGT5-Unofficial-650778390d21ab3f34ea6df0f53e7f57b1aa4115.tar.gz
GT5-Unofficial-650778390d21ab3f34ea6df0f53e7f57b1aa4115.tar.bz2
GT5-Unofficial-650778390d21ab3f34ea6df0f53e7f57b1aa4115.zip
update steam multi tooltips (#3067)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCentrifuge.java5
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCompressor.java4
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamForgeHammer.java5
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMacerator.java4
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMixer.java2
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWasher.java5
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWaterPump.java2
7 files changed, 13 insertions, 14 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCentrifuge.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCentrifuge.java
index 0c819212ca..ec616b9d10 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCentrifuge.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCentrifuge.java
@@ -328,9 +328,8 @@ public class MTESteamCentrifuge extends MTESteamMultiBase<MTESteamCentrifuge> im
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Centrifuge")
- .addInfo("33.3% faster than a single block steam machine would run.")
- .addInfo(
- "On Tier 1, it uses only 66.6% of the steam/s required compared to what a single block steam machine would use.")
+ .addInfo("33.3% faster than a single block steam machine would run")
+ .addInfo("Uses only 66.6% of the steam/s that a single block steam machine would use")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCompressor.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCompressor.java
index d924f13f49..6db6175896 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCompressor.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamCompressor.java
@@ -269,8 +269,8 @@ public class MTESteamCompressor extends MTESteamMultiBase<MTESteamCompressor> im
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Compressor")
- .addInfo("33.3% faster than using a single block Steam Compressor.")
- .addInfo("Uses only 66.6% of the steam/s compared to a single block Steam Compressor.")
+ .addInfo("33.3% faster than the single block Steam Compressor")
+ .addInfo("Uses only 66.6% of the steam/s that the single block Steam Compressor uses")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamForgeHammer.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamForgeHammer.java
index 128a021826..74a1c649c3 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamForgeHammer.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamForgeHammer.java
@@ -322,9 +322,8 @@ public class MTESteamForgeHammer extends MTESteamMultiBase<MTESteamForgeHammer>
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Forge Hammer")
- .addInfo("33.3% faster than a single block steam machine would run.")
- .addInfo(
- "On Tier 1, it uses only 66.6% of the steam/s required compared to what a single block steam machine would use.")
+ .addInfo("33.3% faster than the single block Steam Forge Hammer")
+ .addInfo("Uses only 66.6% of the steam/s that the single block Forge Hammer uses")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMacerator.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMacerator.java
index 2c9c64be28..753628caf5 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMacerator.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMacerator.java
@@ -271,8 +271,8 @@ public class MTESteamMacerator extends MTESteamMultiBase<MTESteamMacerator> impl
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Macerator")
- .addInfo("33.3% faster than using a single block Steam Macerator.")
- .addInfo("Uses only 66.6% of the steam/s required compared to a single block Steam Macerator on Tier 1.")
+ .addInfo("33.3% faster than the single block Steam Macerator")
+ .addInfo("Uses only 66.6% of the steam/s that the single block Steam Macerator uses")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMixer.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMixer.java
index 9fa16b0f65..7c5cdb543b 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMixer.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamMixer.java
@@ -369,6 +369,8 @@ public class MTESteamMixer extends MTESteamMultiBase<MTESteamMixer> implements I
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Mixer")
+ .addInfo("33.3% faster than a single block steam machine would run")
+ .addInfo("Uses only 66.6% of the steam/s that a single block steam machine would use")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWasher.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWasher.java
index c1b1b8dcb6..21ac06bc88 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWasher.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWasher.java
@@ -347,9 +347,8 @@ public class MTESteamWasher extends MTESteamMultiBase<MTESteamWasher> implements
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType(getMachineType())
.addInfo("Controller Block for the Steam Washer")
- .addInfo("33.3% faster than a single block steam machine would run.")
- .addInfo(
- "On Tier 1, it uses only 66.6% of the steam/s required compared to what a single block steam machine would use.")
+ .addInfo("33.3% faster than a single block steam machine would run")
+ .addInfo("Uses only 66.6% of the steam/s that a single block steam machine would use")
.addInfo("Bronze tier runs recipes up to LV tier")
.addInfo("Steel tier runs recipes up to MV tier")
.addInfo("Processes 8x parallel Bronze tier and 16x parallel Steel tier")
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWaterPump.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWaterPump.java
index 8b11690673..a397a80974 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWaterPump.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/steam/MTESteamWaterPump.java
@@ -257,7 +257,7 @@ public class MTESteamWaterPump extends MTESteamMultiBase<MTESteamWaterPump> impl
+ EnumChatFormatting.RESET)
.addSeparator()
.beginStructureBlock(3, 3, 5, false)
- .addInputHatch(EnumChatFormatting.GOLD + "1" + EnumChatFormatting.GRAY + " Any casing", 1)
+ .addOutputHatch(EnumChatFormatting.GOLD + "1" + EnumChatFormatting.GRAY + " Any casing", 1)
.addStructureInfo(
EnumChatFormatting.WHITE + "Steam Input Hatch "
+ EnumChatFormatting.GOLD