aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim <maxim235@gmx.de>2023-04-10 22:11:02 +0200
committerGitHub <noreply@github.com>2023-04-10 22:11:02 +0200
commitc17762bef21a43f42924b989cd7b6c2280e16a99 (patch)
tree41f3e387cdc3ef15f937d835ef07597d4d03a0a6
parentdbcb1309b98ee4f0b51c8a43b98a29ddc5f41d71 (diff)
downloadGT5-Unofficial-c17762bef21a43f42924b989cd7b6c2280e16a99.tar.gz
GT5-Unofficial-c17762bef21a43f42924b989cd7b6c2280e16a99.tar.bz2
GT5-Unofficial-c17762bef21a43f42924b989cd7b6c2280e16a99.zip
Renamed space coolant to super coolant (#1873)
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java
index 759500b767..f0b54d2b99 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java
@@ -967,7 +967,7 @@ public class GT_MetaTileEntity_PCBFactory extends
.addInfo("1x->1, 2x->2, 4x->3, 8x->4 with no limit.")
.addInfo("Recipes require a cooling upgrade to be overclocked.")
.addInfo("Liquid Cooling uses 10 L/s of distilled water and enables default overclocks.")
- .addInfo("Thermosink uses 10 L/s of Space Coolant and enables perfect overclocks.")
+ .addInfo("Thermosink uses 10 L/s of Super Coolant and enables perfect overclocks.")
.addInfo("Trace size can be changed to modify the material usage and machine speed.")
.addInfo(AuthorBlueWeabo)
.beginStructureBlock(30, 38, 13, false)
@@ -1260,7 +1260,7 @@ public class GT_MetaTileEntity_PCBFactory extends
.setVariableBackground(GT_UITextures.BUTTON_STANDARD_TOGGLE)
.setSize(90, 18)
.addTooltip(
- "Enables perfect overclocking by allowing nanites to work with extreme speed and efficiency. Uses 10 L/s of space coolant."))
+ "Enables perfect overclocking by allowing nanites to work with extreme speed and efficiency. Uses 10 L/s of Super Coolant."))
.addChild(
new DrawableWidget().setDrawable(GT_UITextures.OVERLAY_BUTTON_CYCLIC)
.setSize(18, 18))