diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-05 04:22:53 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-05 04:22:53 +0000 |
commit | 918d763dabd82d47db739a1b0a51c01f0803adc0 (patch) | |
tree | 80c1da5b41a79191a7eb63184b2bcc98960aa69c /src/resources/assets/miscutils/lang | |
parent | 746384b3e3e193558f8506f91f75f5c2df5dec29 (diff) | |
download | GT5-Unofficial-918d763dabd82d47db739a1b0a51c01f0803adc0.tar.gz GT5-Unofficial-918d763dabd82d47db739a1b0a51c01f0803adc0.tar.bz2 GT5-Unofficial-918d763dabd82d47db739a1b0a51c01f0803adc0.zip |
+ Added Charge Packs, which can be worn in the Bauble belt slot.
+ Added more recipes for particle related content.
+ Added recipe for Hydrogen Plasma.
+ Added Plasma Tanks.
+ Added Alternative Fusion Reactor.
+ Added recipe for the Super Jukebox.
% Updated Locale files.
$ Hopefully made calls to possibly invalid ItemList values safer.
$ Fixed Large Mixer not working with fluids correctly.
$ Fixed ABS and Adv. EBF not allowing a muffler in the center of the top layer.
$ Fixed Fusion bug, making all recipes take 4x longer than originally required.
$ Fixed recipes using Redstone Alloy as a material in tiered recipes. (Makes ULV Energy Cores craftable again)
$ Fixed Nano Healing Bauble.
$ Fixed annoying low transfer rate of Railcraft. (This should be higher when playing with GT anyway, it's now 4x, disabled in ASM config).
$ Fixed the fact that Portable tanks were still portable in GTNH.
Diffstat (limited to 'src/resources/assets/miscutils/lang')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 3276185a7b..723f3b6826 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -2709,3 +2709,10 @@ tile.playerDoorIce.name=Ice Auto-Door tile.playerDoorIron.name=Iron Auto-Door tile.playerDoorWood.name=Wooden Auto-Door +/Added 4/2/19 + +item.GTPP.BattPack.06.name=Charge Pack [LuV] +item.GTPP.BattPack.07.name=Charge Pack [ZPM] +item.GTPP.BattPack.08.name=Charge Pack [UV] +item.GTPP.BattPack.09.name=Charge Pack [MAX] + |