From 432bb57cab4e575f63203536e105af81e28e41bf Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:55:12 +0800 Subject: implement whole multiblock hatch configuration copying (#2965) enable whole multiblock hatch configuration copying does not include crafting bus for now Co-authored-by: Martin Robertz Co-authored-by: boubou19 --- src/main/resources/assets/gregtech/lang/en_US.lang | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/assets/gregtech/lang') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 03e5c43de2..2fe4b15626 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -353,6 +353,9 @@ GT5U.GTPP_MULTI_PRECISE_ASSEMBLER.mode.1=Normal GT5U.GTPP_MULTI_PACKAGER.mode.0=Packager GT5U.GTPP_MULTI_PACKAGER.mode.1=Unpackager GT5U.MULTI_MACHINE_CHANGE=Now running in %s mode +GT5U.MULTI_MACHINE_CONFIG.SAVE=Saved Multiblock Hatch Configuration +GT5U.MULTI_MACHINE_CONFIG.LOAD=Loaded Multiblock Hatch Configuration +GT5U.MULTI_MACHINE_CONFIG.LOAD.FAIL=Failed to load Multiblock Hatch Configuration GT5U.machines.oreprocessor1=§eRunning Mode: GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s -- cgit