From 5112a88b168aa81d158366b02f4f9dc4a3f17006 Mon Sep 17 00:00:00 2001 From: Sampsa <69092953+S4mpsa@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:23:52 +0300 Subject: 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 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 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 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 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maxim Former-commit-id: 3ba950f0f7852e20ee08dac6ae119da7fd880ad8 --- src/main/resources/assets/bartworks/lang/en_US.lang | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') 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 -- cgit