diff options
author | repo-alt <wvk17@yandex.ru> | 2022-01-14 12:22:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 10:22:44 +0100 |
commit | 119de99ec6386aa413480e5dd6a3e815c9fe06f8 (patch) | |
tree | d125e92908b3e1c9fa8155395c61ea3c91ea49f4 /src/main/resources | |
parent | a4ad3baca6504fba551adc4011b6616f583b3086 (diff) | |
download | GT5-Unofficial-119de99ec6386aa413480e5dd6a3e815c9fe06f8.tar.gz GT5-Unofficial-119de99ec6386aa413480e5dd6a3e815c9fe06f8.tar.bz2 GT5-Unofficial-119de99ec6386aa413480e5dd6a3e815c9fe06f8.zip |
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.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 2 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 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 |