aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorYang Xizhi <60341015+GlodBlock@users.noreply.github.com>2022-10-17 18:40:06 +0800
committerGitHub <noreply@github.com>2022-10-17 12:40:06 +0200
commit4bcf8abf671020ff1ed07632af010c367509ab31 (patch)
tree47d3fa25406b8d2e0fa2028337b35bdda49a56ca /src/main/resources/assets
parentbc463793934ad1d9c32c34f37c40e66a5107ebed (diff)
downloadGT5-Unofficial-4bcf8abf671020ff1ed07632af010c367509ab31.tar.gz
GT5-Unofficial-4bcf8abf671020ff1ed07632af010c367509ab31.tar.bz2
GT5-Unofficial-4bcf8abf671020ff1ed07632af010c367509ab31.zip
me output hatch (#1473)
* me input hacth * sa
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/gregtech/lang/en_US.lang2
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.pngbin0 -> 187 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.pngbin0 -> 187 bytes
3 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 0931e767e8..5a09d4968e 100644
--- a/src/main/resources/assets/gregtech/lang/en_US.lang
+++ b/src/main/resources/assets/gregtech/lang/en_US.lang
@@ -227,6 +227,8 @@ GT5U.hatch.disableLimited.true=Limiting mode §cOff§r
GT5U.hatch.disableLimited.false=Limiting mode §aOn§r
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.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.multiblock.pollution=Pollution reduced to
GT5U.multiblock.energy=Stored Energy
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png
new file mode 100644
index 0000000000..4e1c1963e2
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png
new file mode 100644
index 0000000000..4e1c1963e2
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png
Binary files differ