From eedb84e125cac3f9fade78ab1ec31e256ba3449f Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:17:10 +0800 Subject: digital chests improvements (#1450) * unify super chest and quantum chest code base * add item info to waila * add an input filter to digital chests --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index ce3f362adb..f6327670be 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -106,6 +106,8 @@ GT5U.machines.oilfluidpump=Oil/Fluid Pump GT5U.machines.minermulti=Multiblock Miner GT5U.machines.digitalchest.voidoverflow.enabled=Overflow Voiding Mode §aOn§r GT5U.machines.digitalchest.voidoverflow.disabled=Overflow Voiding Mode §cOff§r +GT5U.machines.digitalchest.inputfilter.enabled=Input Filter §aOn§r +GT5U.machines.digitalchest.inputfilter.disabled=Input Filter §cOff§r GT5U.machines.digitaltank.tooltip=Stores %sL of fluid GT5U.machines.digitaltank.tooltip1=Can keep its contents when harvested GT5U.machines.digitaltank.tooltip2=Sneak when harvesting to void its contents -- cgit