aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2024-02-03 16:47:21 +0100
committerMartin Robertz <dream-master@gmx.net>2024-02-03 16:47:21 +0100
commit93ce624f1cd3ed3c60a7bcd2784f79741d4b5fbf (patch)
tree6fff5e5b6d9c98d2dae8b30d8cbb49b46b4e0d65
parentd523a3059ed1e36766a24aadd008af6ee0e5ca85 (diff)
parent1adb98ace59a99226e5f8310de45e302100ee9b9 (diff)
downloadGT5-Unofficial-93ce624f1cd3ed3c60a7bcd2784f79741d4b5fbf.tar.gz
GT5-Unofficial-93ce624f1cd3ed3c60a7bcd2784f79741d4b5fbf.tar.bz2
GT5-Unofficial-93ce624f1cd3ed3c60a7bcd2784f79741d4b5fbf.zip
Merge remote-tracking branch 'origin/master' into dev
Former-commit-id: 8fd8f0ef58927fc566617f87f7506bc9f7433c52
-rw-r--r--src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java
index f916daa543..de5ef59f18 100644
--- a/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java
+++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java
@@ -173,9 +173,9 @@ public class GT_TileEntity_MegaBlastFurnace extends GT_TileEntity_MegaMultiBlock
tt.addMachineType("Blast Furnace").addInfo("Controller block for the Mega Blast Furnace")
.addInfo("You can use some fluids to reduce recipe time. Place the circuit in the Input Bus")
.addInfo("Each 900K over the min. Heat required reduces power consumption by 5% (multiplicatively)")
- .addInfo("Each 1800K over the min. Heat required grants one perfect overclock")
+ .addInfo("Each 1800K over the min. Heat allows for an overclock to be upgraded to a perfect overclock.")
.addInfo(
- "For each perfect overclock the EBF will reduce recipe time 4 times (instead of 2) (100% efficiency)")
+ "That means the EBF will reduce recipe time by a factor 4 instead of 2 (giving 100% efficiency).")
.addInfo("Additionally gives +100K for every tier past MV")
.addPollutionAmount(20 * this.getPollutionPerTick(null)).addSeparator()
.beginStructureBlock(15, 20, 15, true).addController("3rd layer center")