diff options
| author | boubou19 <miisterunknown@gmail.com> | 2023-01-04 08:01:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 08:01:12 +0100 |
| commit | cfa1d807153d7a16248e29840fe37d9e400ef07e (patch) | |
| tree | 528f98476868af0c18a8d9e93d32642ad0e61c1b /src/main/resources | |
| parent | 8def5ffd1a2ff06b857a732e852818f68a070b1b (diff) | |
| download | GT5-Unofficial-cfa1d807153d7a16248e29840fe37d9e400ef07e.tar.gz GT5-Unofficial-cfa1d807153d7a16248e29840fe37d9e400ef07e.tar.bz2 GT5-Unofficial-cfa1d807153d7a16248e29840fe37d9e400ef07e.zip | |
add a line in tricorder to say the mode of the multi machine (#472)
* add a line in tricorder to say the mode of the multi machine
* spotless
* remove commented out code
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index b41ce5dd6b..7cc0bc78fd 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -18,8 +18,9 @@ GTPP.multiblock.usage=Probably uses GTPP.multiblock.generation=Probably generates GTPP.multiblock.specialvalue=Special Value GTPP.multiblock.duration=Duration - - +GTPP.multiblock.multimachine.metal=Metal Mode. Does compressor (circuit 20), lathe (circuit 21) and electromagnetic polarizer (circuit 22). +GTPP.multiblock.multimachine.fluid=Fluid Mode. Does fermenter (circuit 20), fluid extractor (circuit 21) and extractor (circuit 22). +GTPP.multiblock.multimachine.misc=Metal Mode. Does precision laser engraver (circuit 20), autoclave (circuit 21) and fluid solidifier (circuit 22). GTPP.CC.machinetier=Control Core Tier GTPP.CC.discount=EU Discount |
