diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-18 02:10:10 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-18 02:10:10 +0200 |
commit | 79191dd848796b231a1021db67d68568e869dd05 (patch) | |
tree | ce20406794e76322a79537ff09981052098b71e5 /src/main/resources/assets/kekztech/lang/en_US.lang | |
parent | 548f30161b62baf8f676e41f3170cfa62f261bdf (diff) | |
download | GT5-Unofficial-79191dd848796b231a1021db67d68568e869dd05.tar.gz GT5-Unofficial-79191dd848796b231a1021db67d68568e869dd05.tar.bz2 GT5-Unofficial-79191dd848796b231a1021db67d68568e869dd05.zip |
moved renderer package to client package, added Space Elevator Tether and a TESR, added Space Elevator Capacitor
Diffstat (limited to 'src/main/resources/assets/kekztech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 537823ee70..f922219b1c 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -179,4 +179,6 @@ kekztech.research_page.ICHORJAR.0=This is it!<BR><BR>By infusing a jar with just # -------- Space Elevator: Block
tile.kekztech_spaceelevator_block.0.name=Space Elevator Base
tile.kekztech_spaceelevator_block.1.name=Space Elevator Coil Holder
-tile.kekztech_spaceelevator_block.desc=Part of the Space Elevator Base Station
\ No newline at end of file +tile.kekztech_spaceelevator_block.desc=Part of the Space Elevator Base Station
+tile.kekztech_spaceelevatorcapacitor_block.name=Space Elevator Capacitor
+tile.kekztech_spaceelevatortether_block.name=Space Elevator Tether
\ No newline at end of file |