From 119de99ec6386aa413480e5dd6a3e815c9fe06f8 Mon Sep 17 00:00:00 2001 From: repo-alt Date: Fri, 14 Jan 2022 12:22:44 +0300 Subject: ME output bus cache refactored (#868) * Allow toolbox usage for maintenance w/o opening GUI (Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044) * ME output bus cache refactored Now the bus will infinitely cache items until you connect it to ME network (this means that any other (overflow) output buses will never receive anything by default) This behaviour is toggleable by the screwdriver. --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index daf178e798..e430765d48 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -151,6 +151,8 @@ GT5U.hatch.disableSort.true=Sorting mode: OFF GT5U.hatch.disableSort.false=Sorting mode: ON GT5U.hatch.disableLimited.true=Limiting mode: OFF GT5U.hatch.disableLimited.false=Limiting mode: ON +GT5U.hatch.infiniteCache.true=ME Output bus will infinitely cache item, until you connect it to ME +GT5U.hatch.infiniteCache.false=ME Output bus will stop accepting items when offline for more than 2 seconds GT5U.multiblock.pollution=Pollution reduced to GT5U.multiblock.energy=Stored Energy -- cgit