From bca969349fc7db4ff20eeb78ae956e2142683b43 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:33:10 +0100 Subject: 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 --- src/main/resources/assets/miscutils/lang/en_US.lang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/resources') 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 -- cgit