From f7c75cbe3675733eca0279f0c7256daf459e109d Mon Sep 17 00:00:00 2001 From: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Date: Sun, 24 Apr 2022 14:42:46 +0800 Subject: add quadruple input hatch (#1016) * add quadruple input hatch * pull all fluid slot thing to GT_Container --- .../textures/blocks/iconsets/OVERLAY_INPUT_HATCH_2x2.png | Bin 0 -> 338 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_INPUT_HATCH_2x2.png (limited to 'src/main/resources/assets/gregtech/textures/blocks/iconsets') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_INPUT_HATCH_2x2.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_INPUT_HATCH_2x2.png new file mode 100644 index 0000000000..530eed38b2 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_INPUT_HATCH_2x2.png differ -- cgit