diff options
author | Батьків Нестор-Євген Васильович <mama040508@gmail.com> | 2023-03-22 14:43:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 13:43:20 +0100 |
commit | 664ccba3c84de7681cc07d5fafe45951d397a211 (patch) | |
tree | 3f0c1812553ae0dd81da4879e3bbe9ec01b83ab6 /src/main/resources/assets/gregtech/lang/en_US.lang | |
parent | 5857de773658237a5c0548d54c33c3998d81dd16 (diff) | |
download | GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.tar.gz GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.tar.bz2 GT5-Unofficial-664ccba3c84de7681cc07d5fafe45951d397a211.zip |
Display Mode of Ore Processor to WAILA and Scanner (#1803)
* Add Some display to WAILA and Scanner
* Move arrow and aqua to final
* Add localization
Fuck u mc7771 :)
* Bruh
Now u happy?!
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 808bed10f8..cb0036af8f 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -168,8 +168,16 @@ GT5U.machines.stalled_vent.tooltip=§4Stalled: Cannot vent steam! GT5U.machines.stalled_vent.tooltip.1=§7Right-click with a wrench to GT5U.machines.stalled_vent.tooltip.2=§7point this machine's steam GT5U.machines.stalled_vent.tooltip.3=§7vent towards an empty space. -GT5U.machines.oreprocessor=§eRunning Mode: %s §cTime: %s s +GT5U.machines.oreprocessor1=§eRunning Mode: +GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s +GT5U.machines.oreprocessor.Macerate=Macerate +GT5U.machines.oreprocessor.Centrifuge=Centrifuge +GT5U.machines.oreprocessor.Sifter=Sifter +GT5U.machines.oreprocessor.Chemical_Bathing=Chemical Bathing +GT5U.machines.oreprocessor.Ore_Washer=Ore Washer +GT5U.machines.oreprocessor.Thermal_Centrifuge=Thermal Centrifuge +GT5U.machines.oreprocessor.WRONG_MODE=Something went wrong GT5U.machines.industrialapiary.cancel.tooltip=§cCancel process GT5U.machines.industrialapiary.cancel.tooltip.1=§7Will also disable machine (soft mallet) GT5U.machines.industrialapiary.cancel.tooltip.2=§7§oCan't stop princess breeding |