diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2024-08-28 06:55:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 22:55:12 +0000 |
commit | 432bb57cab4e575f63203536e105af81e28e41bf (patch) | |
tree | b44b53b7c6a8d30ffd5c23c004ac8ca6c5c3c501 /src/main/resources/assets | |
parent | efef6ba7b449de1af1e14f6cec141a101d7b1e8d (diff) | |
download | GT5-Unofficial-432bb57cab4e575f63203536e105af81e28e41bf.tar.gz GT5-Unofficial-432bb57cab4e575f63203536e105af81e28e41bf.tar.bz2 GT5-Unofficial-432bb57cab4e575f63203536e105af81e28e41bf.zip |
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 <dream-master@gmx.net>
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 3 |
1 files changed, 3 insertions, 0 deletions
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 |