diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-13 15:08:38 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-13 15:08:38 +0200 |
commit | e4c8d5b95b3c1cc475ca6b22f976d73af23f2983 (patch) | |
tree | f3f52227ecaeb4da7940d0f5c4486f3822605593 | |
parent | 0100d40712cbfa3c96b1dbdeddd1f7504a2fa7d6 (diff) | |
download | GT5-Unofficial-e4c8d5b95b3c1cc475ca6b22f976d73af23f2983.tar.gz GT5-Unofficial-e4c8d5b95b3c1cc475ca6b22f976d73af23f2983.tar.bz2 GT5-Unofficial-e4c8d5b95b3c1cc475ca6b22f976d73af23f2983.zip |
Workaround fix for loalization so at least the craftable jars (non void) have their name
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 44e72e1cd0..aa1f6a6485 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -156,8 +156,9 @@ 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.0.name=Thaumium Reinforced Jar
-tile.kekztech_thaumiumreinforcedjar_block.3.name=Thaumium Reinforced Void Jar
+tile.kekztech_thaumiumreinforcedjar_block.name=Thaumium Reinforced Jar
+# Disabled because of unknown bug
+# tile.kekztech_thaumiumreinforcedjar_block.3.name=Thaumium Reinforced Void Jar
# -------- Thaumium Reinforced Jar: Research
# This is the name of the research
@@ -169,8 +170,9 @@ 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.0.name=Ichor Jar
-tile.kekztech_ichorjar_block.3.name=Ichor Void Jar
+tile.kekztech_ichorjar_block.name=Ichor Jar
+# Disabled because of unknown bug
+# tile.kekztech_ichorjar_block.3.name=Ichor Void Jar
# -------- Ichor Jar: Research
tc.research_name.ICHORJAR=Ichor Jars
|