diff options
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/lang/zh_CN.lang | 2 |
2 files changed, 4 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 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=存储能量 |