diff options
author | Sampsa <69092953+S4mpsa@users.noreply.github.com> | 2022-10-24 23:23:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 22:23:52 +0200 |
commit | 5112a88b168aa81d158366b02f4f9dc4a3f17006 (patch) | |
tree | 47ae349e3c8b277bb091c8eaa58c8c163236fdfc /src/main/resources | |
parent | 3d38b348e19a3e2cd3676316b8a849bd747b7393 (diff) | |
download | GT5-Unofficial-5112a88b168aa81d158366b02f4f9dc4a3f17006.tar.gz GT5-Unofficial-5112a88b168aa81d158366b02f4f9dc4a3f17006.tar.bz2 GT5-Unofficial-5112a88b168aa81d158366b02f4f9dc4a3f17006.zip |
Add balanced batch mode to MEBF, MVF, MCR & MDT (#225)
* Add batch mode to Mega Blast Furnace
* Add batch mode to Mega Chemical Reactor and Mega Vacuum Freezer
* Apply spotless
* do required changes
* fix wrong eu/t being used when batch mode is enabled
* Fix batchmode to be a float and add MDT to batching mode
* Spotless apply for branch batch_megas for #220 (#222)
* Fix EIG structure tooltip (#221)
* Added coil and glass count to the tooltip
* Fixed EIG structure tooltip
* spotlessApply
Co-authored-by: Maxim <maxim235@gmx.de>
Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
* Fix imports hopefully
* Spotless apply for branch batch_megas for #220 (#223)
* Fix EIG structure tooltip (#221)
* Added coil and glass count to the tooltip
* Fixed EIG structure tooltip
* spotlessApply
Co-authored-by: Maxim <maxim235@gmx.de>
Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
* do Sampsas wanted changes
* Spotless apply for branch batch_megas for #220 (#224)
* Fix EIG structure tooltip (#221)
* Added coil and glass count to the tooltip
* Fixed EIG structure tooltip
* spotlessApply
Co-authored-by: Maxim <maxim235@gmx.de>
Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
* Simplify logic, remove batch mode tick limit bypass
* Apply spotless
* Fix unintentional speedup of batches less than 256
Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com>
Co-authored-by: PGE Programirane <pge-programirane@abv.bg>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maxim <maxim235@gmx.de>
Former-commit-id: 3ba950f0f7852e20ee08dac6ae119da7fd880ad8
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/bartworks/lang/en_US.lang | 3 |
1 files changed, 3 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 e581657820..62e21aa642 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -174,4 +174,7 @@ BW.infoData.BioVat.production=Production BW.NEI.display.radhatch.0=Sievert: %s Sv BW.NEI.display.radhatch.1=Mass: %s kg BW.NEI.display.radhatch.2=Time: %s s + +misc.BatchModeTextOn=Batch recipes +misc.BatchModeTextOff=Don't batch recipes #Liquids |