From 7f5c667e2033b686e83c14f39426842550c338c9 Mon Sep 17 00:00:00 2001 From: Léa Gris Date: Thu, 6 May 2021 21:40:15 +0200 Subject: feat(render): active potion brewer glow blank for now but implemented for resource-pack compat --- .../iconsets/OVERLAY_FRONT_POTIONBREWER_ACTIVE_GLOW.png | Bin 0 -> 143 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_POTIONBREWER_ACTIVE_GLOW.png (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_POTIONBREWER_ACTIVE_GLOW.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_POTIONBREWER_ACTIVE_GLOW.png new file mode 100644 index 0000000000..6c7e63b924 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_FRONT_POTIONBREWER_ACTIVE_GLOW.png differ -- cgit