From 05b7da00508714f4b9f1622383e4b58b9c29ebab Mon Sep 17 00:00:00 2001 From: miozune Date: Tue, 23 Aug 2022 15:34:33 +0900 Subject: Add heating coil NEI display (#1287) * Add heating coil NEI display * correct condition --- src/main/resources/assets/gregtech/lang/en_US.lang | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index dcf1c24215..e80e56d179 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -67,6 +67,22 @@ GT5U.fusion.req=EU Required GT5U.fusion.plasma=Plasma Output GT5U.EBF.heat=Heat capacity +GT5U.coil.None=None +GT5U.coil.ULV=None +GT5U.coil.LV=Cupronickel +GT5U.coil.MV=Kanthal +GT5U.coil.HV=Nichrome +GT5U.coil.EV=Tungstensteel +GT5U.coil.IV=HSS-G +GT5U.coil.LuV=HSS-S +GT5U.coil.ZPM=Naquadah +GT5U.coil.UV=Naquadah Alloy +GT5U.coil.UHV=Trinium +GT5U.coil.UEV=Electrum Flux +GT5U.coil.UIV=Awakened Draconium +GT5U.coil.UMV=Infinity +GT5U.coil.UXV=Hypogen +GT5U.coil.MAX=Eternal GT5U.MS.multismelting=Multi smelting -- cgit