aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/MTEMultiSolidifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/MTEMultiSolidifier.java b/src/main/java/gregtech/common/tileentities/machines/multi/MTEMultiSolidifier.java
index 0fe41c5dad..c2f9893386 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/MTEMultiSolidifier.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/MTEMultiSolidifier.java
@@ -184,7 +184,7 @@ public class MTEMultiSolidifier extends MTEExtendedPowerMultiBlockBase<MTEMultiS
MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType("Fluid Solidifier")
.addInfo("Controller Block for the Fluid Shaper")
- .addInfo("Speeds up to a maximum of 300% faster than singleblock machines while running")
+ .addInfo("Speeds up to a maximum of 200% faster than singleblock machines while running")
.addInfo("Decays at double the Rate that it Speeds up at")
.addInfo("Only uses 80% of the EU/t normally required")
.addInfo("Starts with 4 Parallels")