diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-14 16:19:50 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-14 16:19:50 +0200 |
commit | 590fe5d0095fe6fbabbb625d8b4217177c6979a2 (patch) | |
tree | 2dfc7af25e933b63690bcaf5fe86e0d8f826fb6b /src/main/resources | |
parent | 88ff36b7740c98562784ffff6e56fe122b090bcc (diff) | |
download | GT5-Unofficial-590fe5d0095fe6fbabbb625d8b4217177c6979a2.tar.gz GT5-Unofficial-590fe5d0095fe6fbabbb625d8b4217177c6979a2.tar.bz2 GT5-Unofficial-590fe5d0095fe6fbabbb625d8b4217177c6979a2.zip |
Fixed similar issue for my Jars. Also properly fixed their names, AND the void jars are placeable now!
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index c2ed9c3825..e9dc5ed829 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -156,9 +156,8 @@ tile.kekztech_lapotronicenergyunit_block.6.name=Really Ultimate Capacitor (UEV) tile.kekztech_lapotronicenergyunit_block.desc=Part of the Lapotronic Super Capacitor
# -------- Thaumium Reinforced Jar: Block
-tile.kekztech_thaumiumreinforcedjar_block.name=Thaumium Reinforced Jar
-# Disabled because of unknown bug
-# tile.kekztech_thaumiumreinforcedjar_block.3.name=Thaumium Reinforced Void Jar
+tile.kekztech_thaumiumreinforcedjar_block.0.name=Thaumium Reinforced Jar
+tile.kekztech_thaumiumreinforcedjar_block.3.name=Thaumium Reinforced Void Jar
# -------- Thaumium Reinforced Jar: Research
# This is the name of the research
@@ -170,9 +169,8 @@ kekztech.research_page.THAUMIUMREINFORCEDJAR.0=You have heard your fellow Thauma kekztech.research_page.THAUMIUMREINFORCEDJAR.1=Compressing this much Essentia in such a tiny space causes some volatility. Picking up reinforced jars is probably a bad idea...<BR><BR>You imagine that you could get even more out of your jars if only you had some kind of material harder than even diamond or any of the other magical metal you have seen so far.
# -------- Ichor Jar: Block
-tile.kekztech_ichorjar_block.name=Ichor Jar
-# Disabled because of unknown bug
-# tile.kekztech_ichorjar_block.3.name=Ichor Void Jar
+tile.kekztech_ichorjar_block.0.name=Ichor Jar
+tile.kekztech_ichorjar_block.3.name=Ichor Void Jar
# -------- Ichor Jar: Research
tc.research_name.ICHORJAR=Ichor Jars
|