diff options
author | miozune <miozune@gmail.com> | 2022-08-23 15:34:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 08:34:33 +0200 |
commit | 05b7da00508714f4b9f1622383e4b58b9c29ebab (patch) | |
tree | 9fc38a99d2265ca3d5f8060e9b1cc3bfaa13d08f /src/main/resources | |
parent | 72d9fcba461fe641263b2014dfcf3cefcd6434c8 (diff) | |
download | GT5-Unofficial-05b7da00508714f4b9f1622383e4b58b9c29ebab.tar.gz GT5-Unofficial-05b7da00508714f4b9f1622383e4b58b9c29ebab.tar.bz2 GT5-Unofficial-05b7da00508714f4b9f1622383e4b58b9c29ebab.zip |
Add heating coil NEI display (#1287)
* Add heating coil NEI display
* correct condition
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 16 |
1 files changed, 16 insertions, 0 deletions
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 |