From e0d55a7759cc5dffc48d4dd424478c41ad1a82a3 Mon Sep 17 00:00:00 2001 From: ddoubleo <54915478+ddoubleo@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:39:29 +0300 Subject: Amazon warehouse is now an unpackager too (#2723) * Amazon warehouse is now an unpackager too * Fixed unpackager recipes not showing up in NEI for the Warehouse. Edited the tooltip * sa (cherry picked from commit e42861816ba516bd3da1f28d068a1e800e6098ee) --------- Co-authored-by: bdoubleo Co-authored-by: Dream Master --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index e0f13820f7..d4d6b7e60d 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -338,6 +338,8 @@ GT5U.GTPP_MULTI_ADV_DISTILLATION_TOWER.mode.0=Distillation Tower GT5U.GTPP_MULTI_ADV_DISTILLATION_TOWER.mode.1=Distillery GT5U.GTPP_MULTI_PRECISE_ASSEMBLER.mode.0=Precise GT5U.GTPP_MULTI_PRECISE_ASSEMBLER.mode.1=Normal +GT5U.GTPP_MULTI_PACKAGER.mode.0=Unpackager +GT5U.GTPP_MULTI_PACKAGER.mode.1=Packager GT5U.machines.oreprocessor1=§eRunning Mode: GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s -- cgit