diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-07 07:03:08 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-07 07:03:08 +0000 |
commit | 5187791fd11da1e36f7e1c533bc46f7841772330 (patch) | |
tree | aa14025f099ff57c36b0d9f027336a38d5baa061 /src/resources/assets | |
parent | d10055e3283721cc624ec53e72411e295fd5fb4c (diff) | |
download | GT5-Unofficial-5187791fd11da1e36f7e1c533bc46f7841772330.tar.gz GT5-Unofficial-5187791fd11da1e36f7e1c533bc46f7841772330.tar.bz2 GT5-Unofficial-5187791fd11da1e36f7e1c533bc46f7841772330.zip |
+ Added new achievements page for Assembly Line Recipes.
+ Added custom safety checks to Assembly Line Recipe/Achievement handling via ASM.
+ Added a safe way to get the unlocal names of items.
- Removed 'Press e' Achievement when in Dev. (Thank, Fucking, God)
$ Fixed a mild error concerning localization of Americium-241 Blocks.
Diffstat (limited to 'src/resources/assets')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index d5e0f165c1..5fa8aebf8e 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -1806,7 +1806,7 @@ tile.Block of Uranium 233.name=Block of Uranium 233 tile.Block of Plutonium-238.name=Block of Plutonium 238 tile.Block of Strontium-90.name=Block of Strontium 90 tile.Block of Polonium-210.name=Block of Polonium 210 -tile.Block of r.name=Block of Americium 241 +tile.Block of Americium-241.name=Block of Americium 241 tile.Block of Silicon Carbide.name=Block of Silicon Carbide tile.Silicon Carbide Frame Box.name=Silicon Carbide Frame Box tile.Block of Zirconium Carbide.name=Block of Zirconium Carbide |