From c17762bef21a43f42924b989cd7b6c2280e16a99 Mon Sep 17 00:00:00 2001 From: Maxim Date: Mon, 10 Apr 2023 22:11:02 +0200 Subject: Renamed space coolant to super coolant (#1873) --- .../tileentities/machines/multi/GT_MetaTileEntity_PCBFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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)) -- cgit