diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-01-12 15:33:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 15:33:10 +0100 |
commit | bca969349fc7db4ff20eeb78ae956e2142683b43 (patch) | |
tree | 9ff0f9f3dc484e1b835411a784a4f9465bf971fa /src/main/resources | |
parent | bf43425a62e78e71c100e70eba933c0717e82a30 (diff) | |
download | GT5-Unofficial-bca969349fc7db4ff20eeb78ae956e2142683b43.tar.gz GT5-Unofficial-bca969349fc7db4ff20eeb78ae956e2142683b43.tar.bz2 GT5-Unofficial-bca969349fc7db4ff20eeb78ae956e2142683b43.zip |
Add batch mode to gt++ multis (#486)
* buffs
* Base logic
* Fixes
* Spotless
* Social Experiment
* swap separate input bus to screwdriver
* It lives
* Spotless
* Fix Massfab
* Fix LPF, packager, replicator
* address reviews + spotless
* address more requested changes
* more fixes
* fix fix
* Spotless
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/miscutils/lang/en_US.lang | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/miscutils/lang/en_US.lang b/src/main/resources/assets/miscutils/lang/en_US.lang index 2024ef66a4..162de1740e 100644 --- a/src/main/resources/assets/miscutils/lang/en_US.lang +++ b/src/main/resources/assets/miscutils/lang/en_US.lang @@ -22,6 +22,10 @@ death.attack.plasmabolt=%s died by burning hot plasma. death.attack.plasmabolt.player=%1$s was killed by %2$s using plasma. death.attack.gtpp.grinder=%s was ground into nothingness by an IsaMill. +//Batch mode chat message +misc.BatchModeTextOn=Batch recipes (ME output bus recommended, will void excess outputs!) +misc.BatchModeTextOff=Don't batch recipes + //Alternative Materials item.itemPlateBatteryAlloy.name=Plate of Battery Alloy item.itemIngotBatteryAlloy.name=Ingot of Battery Alloy |