aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/goodgenerator/blocks/tileEntity/AntimatterForge.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/goodgenerator/blocks/tileEntity/AntimatterForge.java b/src/main/java/goodgenerator/blocks/tileEntity/AntimatterForge.java
index 312f8f48b6..5c1c317dfe 100644
--- a/src/main/java/goodgenerator/blocks/tileEntity/AntimatterForge.java
+++ b/src/main/java/goodgenerator/blocks/tileEntity/AntimatterForge.java
@@ -208,7 +208,7 @@ public class AntimatterForge extends MTEExtendedPowerMultiBlockBase<AntimatterFo
+ " EU per operation to produce antimatter")
.addSeparator()
.addInfo("Every cycle, the lowest amount of antimatter in the 16 antimatter hatches is recorded")
- .addInfo("Cycles every 5 seconds")
+ .addInfo("Cycles every second")
.addInfo(
"All hatches with more than the lowest amount will " + EnumChatFormatting.RED
+ "lose half the difference!"