diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-10-24 05:07:27 +0100 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-10-24 05:07:27 +0100 |
commit | 9ba6d563d1b69bc8aa88d48754c273dae77aa713 (patch) | |
tree | a3b561245d42697971dcf8232991667b5f88198c /src/resources | |
parent | 1fe377e10ef32f3e54e0d152f64c67eaebef1993 (diff) | |
download | GT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.tar.gz GT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.tar.bz2 GT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.zip |
% Tried to adjust the name of IC2 Hot Water.
$ Fixed OreDicting ore Sodium Hydroxide if GT dusts are detected.
$ Fixed bad oredict look-up for RP1 cell.
$ Rewrote how GT++ Materials look for existing fluids and cells during generation, hopefully this didn't break any existing cells or fluids. (Please investigate log after loading a world)
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index cbba0cc3d8..394680edd8 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -3045,7 +3045,6 @@ item.ureamix.name=Cell of Urea Mix item.liquidresin.name=Cell of Liquid Resin item.propionicacid.name=Propionic Acid Cell item.aceticacid.name=Acetic Acid Cell - item.BasicAgrichemItem.0.name=Algae Biomass item.BasicAgrichemItem.1.name=Green Algae Biomass item.BasicAgrichemItem.2.name=Brown Algae Biomass @@ -3067,4 +3066,12 @@ item.BasicAgrichemItem.17.name=Aluminium Pellet item.BasicAgrichemItem.18.name=Sodium Aluminate item.BasicAgrichemItem.19.name=Sodium Hydroxide item.BasicAgrichemItem.20.name=Sodium Carbonate -item.BasicAgrichemItem.21.name=Lithium Chloride
\ No newline at end of file +item.BasicAgrichemItem.21.name=Lithium Chloride + +//Added 24/10/19 +item.butanol.name=Butanol Cell + +//Try Fix IC2 Garbage vv +fluidHotWater=Heated Water +fluidHotWater.name=Heated Water +//Try Fix IC2 Garbage ^^
\ No newline at end of file |