diff options
author | Martin Robertz <dream-master@gmx.net> | 2020-10-01 21:22:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 21:22:06 +0200 |
commit | 42d4161dbaa7d5c5c2749e301a7337cabfb107d8 (patch) | |
tree | 279b749e65b6839d2f7c7914ca6d4fb94822e70b /src/main | |
parent | bd46bc07a4a9b02b57e47606360625b39847a9bc (diff) | |
parent | de659dcb1064c463376cf61719bc97c4d737b1a5 (diff) | |
download | GT5-Unofficial-42d4161dbaa7d5c5c2749e301a7337cabfb107d8.tar.gz GT5-Unofficial-42d4161dbaa7d5c5c2749e301a7337cabfb107d8.tar.bz2 GT5-Unofficial-42d4161dbaa7d5c5c2749e301a7337cabfb107d8.zip |
Merge pull request #2 from MotiasF33/master
fix Capacitors Achivmients #6689
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 12 |
1 files changed, 11 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 3c8ec42ce8..3f50a5ee0e 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -176,4 +176,14 @@ tile.kekztech_spaceelevatortether_block.name=Space Elevator Tether tile.kekztech_largehextile_block=Large Hex Tile # -------- Beam Transmitter -tile.kekztech_beamtransmitter_block=Beam Transmitter
\ No newline at end of file +tile.kekztech_beamtransmitter_block=Beam Transmitter + +# -------- Achievements +achievement.tile.kekztech_lapotronicenergyunit_block.2.desc=Pickup this item to see the recipe in NEI +achievement.tile.kekztech_lapotronicenergyunit_block.2=Lapotronic Capacitor (LuV) +achievement.tile.kekztech_lapotronicenergyunit_block.3.desc=Pickup this item to see the recipe in NEI +achievement.tile.kekztech_lapotronicenergyunit_block.3=Lapotronic Capacitor (ZPM) +achievement.tile.kekztech_lapotronicenergyunit_block.4.desc=Pickup this item to see the recipe in NEI +achievement.tile.kekztech_lapotronicenergyunit_block.4=Lapotronic Capacitor (UV) +achievement.tile.kekztech_lapotronicenergyunit_block.5.desc=Pickup this item to see the recipe in NEI +achievement.tile.kekztech_lapotronicenergyunit_block.5=Ultimate Capacitor (UHV) |