diff options
author | MuXiu1997 <MuXiu1997@Gmail.com> | 2022-04-17 15:13:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-17 09:13:16 +0200 |
commit | 25062bc40b54a5f89e7f47faa70815dd38f00101 (patch) | |
tree | a1edce1b32e72ee0ffa97e6c99dd60c0570d56b1 /src/main/resources | |
parent | 9b470b74d64b1c6687cd0d886737a5fb8cdf890d (diff) | |
download | GT5-Unofficial-25062bc40b54a5f89e7f47faa70815dd38f00101.tar.gz GT5-Unofficial-25062bc40b54a5f89e7f47faa70815dd38f00101.tar.bz2 GT5-Unofficial-25062bc40b54a5f89e7f47faa70815dd38f00101.zip |
Add a line in the scan result of the bacterial vat to see its current efficiency (#118)
* Refactor
* Add info data
* Fix things
Former-commit-id: fc8ce830edaad436c77c745c0637c16e725d57d6
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/bartworks/lang/en_US.lang | 2 | ||||
-rw-r--r-- | src/main/resources/assets/bartworks/lang/zh_CN.lang | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang index b556a2bfe5..a13642b7fd 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -167,4 +167,6 @@ solarsystem.Ross128System=Ross128-System itemGroup.bw.MetaItems.0=BartWorks Circuit Overhaul Items +BW.infoData.BioVat.expectedProduction=Expected Production +BW.infoData.BioVat.production=Production #Liquids diff --git a/src/main/resources/assets/bartworks/lang/zh_CN.lang b/src/main/resources/assets/bartworks/lang/zh_CN.lang index b21456ded1..6746def6a5 100644 --- a/src/main/resources/assets/bartworks/lang/zh_CN.lang +++ b/src/main/resources/assets/bartworks/lang/zh_CN.lang @@ -151,4 +151,7 @@ star.Ross128=罗斯128 solarsystem.Ross128System=罗斯128星系 itemGroup.bw.MetaItems.0=BartWorks电路更新物品 + +BW.infoData.BioVat.expectedProduction=预期产量 +BW.infoData.BioVat.production=产量 #This zh_CN.lang is translated by huajijam for bartworks (19/7/19) |