From 39e6b5921b0b11971ab2a8e3f5b3506d92fea5bb Mon Sep 17 00:00:00 2001 From: Yan <115050813@qq.com> Date: Fri, 6 Mar 2026 11:39:57 +0800 Subject: [PATCH] Correct typo in Nichrome Coils description Signed-off-by: Yan <115050813@qq.com> --- kubejs/assets/tfg/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 554e5e36c..c879149e9 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -2857,7 +2857,7 @@ "quests.high_voltage.superconductors.desc": "By this point, normal Cables have such insignificant loss that superconductors aren't a requirement. That being said, they're still useful for being able to split and combine cables on the fly, and these ones are half oxygen so they're cheap too!\n\nSuperconductors are still required to craft &aField Generators&r.", "quests.high_voltage.nichrome_coils.title": "Nichrome Coils", "quests.high_voltage.nichrome_coils.subtitle": "A long way to go before we beat the Sun", - "quests.high_voltage.nichrome_coils.desc.1": "&3Nichrome Heating Coils&r increase the temperature of your &3Blast Furnace&r to &d3,600K&r.\n\nThese will be required to upgrade your primary &3EBF&r so you can make &6Titanium&r.", + "quests.high_voltage.nichrome_coils.desc.1": "&3Nichrome Heating Coils&r increase the temperature of your &3Blast Furnace&r to &d3,600K&r.\n\nThese will be required to upgrade your primary &3EBF&r so you can make &6Titanium&r..", "quests.high_voltage.nichrome_coils.desc.2": "&l&3Lore:&r&o In the original GregTech 5, there were only three types of coils. This was the last tier.", "quests.high_voltage.titanium.title": "Titanium", "quests.high_voltage.titanium.desc": "&aTitanium&r has the highest corrosion resistance and strength-to-density ratio of any metallic element, so it's only natural that we'll be using it as the main material in our &5EV&r machinery.\n\nConfirm that your closed loop for &aRutile&r is up to standard, and prepare to run a dedicated &3EBF&r for hours.\n\nA quick aside - now we're at &5EV&r, single block generators are about to fall out of style! You'll need to run several &3HV Generators&r to keep up - later, upgrades to Multiblock Generators will be required.\n\nWhile Multiblock generators are much more expensive, you'll find them to be much more energy efficient! Have a look at the &dEnergy Chapter&r for more infos!", @@ -5374,4 +5374,4 @@ "quests.high_voltage.alumina_board.subtitle": "May be easier, or not", "quests.high_voltage.alumina_board.desc": "The &bCopper Bonded Alumina Circuit Boards&r are a direct upgrade over the old &7Silicon Carbide&r ones. With them, you can craft twice as many &eCeramic Circuit Boards&r while skipping the more complex process of producing &7Silicon Carbide&r.\n\nThis option is entirely optional, and it is up to you to decide whether you want to invest the resources into this upgrade.\n\nTake note that the next tier, &aChromium Bonded BeO&r, is not yet available in the game." -} \ No newline at end of file +}