From 4bcf8abf671020ff1ed07632af010c367509ab31 Mon Sep 17 00:00:00 2001 From: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:40:06 +0800 Subject: me output hatch (#1473) * me input hacth * sa --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ .../textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png | Bin 0 -> 187 bytes .../blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png | Bin 0 -> 187 bytes 3 files changed, 2 insertions(+) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png (limited to 'src/main/resources') 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 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH.png 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 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ME_FLUID_HATCH_ACTIVE.png differ -- cgit