From 6599b089a7d259ddf0313b10e26e00ab116d3699 Mon Sep 17 00:00:00 2001 From: lordIcocain <62835225+lordIcocain@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:31:15 +0300 Subject: ME hatch`s additional connection mode and small fixes (#2291) * ME hatch`s improvements (?) * ForgeDirection.UNKNOWN not allowed Better description No check before getBoolean * Add description in tooltip Chat message using localization Stocking bus data stick will copy/paste connection mode * Chinese localization * Another method localization * code style --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ src/main/resources/assets/gregtech/lang/zh_CN.lang | 2 ++ 2 files changed, 4 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 810145245c..03afafc0ee 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -438,6 +438,8 @@ GT5U.hatch.infiniteCache.true=ME Output bus will infinitely cache item, until yo GT5U.hatch.infiniteCache.false=ME Output bus will stop accepting items when offline for more than 2 seconds GT5U.hatch.infiniteCacheFluid.true=ME Output hatch will infinitely cache fluid, until you connect it to ME GT5U.hatch.infiniteCacheFluid.false=ME Output hatch will stop accepting fluid when offline for more than 2 seconds +GT5U.hatch.additionalConnection.true=ME channels connect to any side +GT5U.hatch.additionalConnection.false=ME channels connect to front side only GT5U.multiblock.pollution=Pollution reduced to GT5U.multiblock.energy=Stored Energy diff --git a/src/main/resources/assets/gregtech/lang/zh_CN.lang b/src/main/resources/assets/gregtech/lang/zh_CN.lang index 6416d536b8..f86709e96a 100644 --- a/src/main/resources/assets/gregtech/lang/zh_CN.lang +++ b/src/main/resources/assets/gregtech/lang/zh_CN.lang @@ -217,6 +217,8 @@ GT5U.hatch.disableLimited.true=限制模式:§c关闭§r GT5U.hatch.disableLimited.false=限制模式:§c开启§r GT5U.hatch.infiniteCache.true=ME输出总线将无限缓存物品,直到连接上ME网络 GT5U.hatch.infiniteCache.false=ME输出总线离线超过2秒后将停止接收物品 +GT5U.hatch.additionalConnection.true=可从任意方向连入ME网络 +GT5U.hatch.additionalConnection.false=仅可从正面连入ME网络 GT5U.multiblock.pollution=污染减少到 GT5U.multiblock.energy=存储能量 -- cgit