From 24457b1822633d9ed8fd66c5bf4da42a1411a3c1 Mon Sep 17 00:00:00 2001 From: Léa Gris Date: Fri, 7 May 2021 15:30:21 +0200 Subject: feat(render): pipeline side glow --- .../blocks/iconsets/OVERLAY_PIPELINE_FLUID_SIDE_GLOW.png | Bin 0 -> 323 bytes .../blocks/iconsets/OVERLAY_PIPELINE_ITEM_SIDE_GLOW.png | Bin 0 -> 359 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_FLUID_SIDE_GLOW.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_ITEM_SIDE_GLOW.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_FLUID_SIDE_GLOW.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_FLUID_SIDE_GLOW.png new file mode 100644 index 0000000000..0326255d21 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_FLUID_SIDE_GLOW.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_ITEM_SIDE_GLOW.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_ITEM_SIDE_GLOW.png new file mode 100644 index 0000000000..1db29b1bdd Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_PIPELINE_ITEM_SIDE_GLOW.png differ -- cgit