From bbf92ef9615966f11ca747a787c227226adf2b85 Mon Sep 17 00:00:00 2001 From: tth05 <36999320+tth05@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:56:44 +0200 Subject: New base and active textures for stocking input bus/hatch and ME output bus/hatch (#2339) * Periodically update active state of ME hatches * Use HV casing textures for ME hatches * Add new textures for stocking input bus/hatch and me output bus/hatch --------- Co-authored-by: Pelotrio <45769595+Pelotrio@users.noreply.github.com> --- src/main/java/gregtech/api/enums/Textures.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main/java/gregtech/api') diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java index cbc1ffc576..e497eb48af 100644 --- a/src/main/java/gregtech/api/enums/Textures.java +++ b/src/main/java/gregtech/api/enums/Textures.java @@ -1216,8 +1216,6 @@ public class Textures { PIPE_RESTRICTOR_DR, PIPE_RESTRICTOR_LR, - OVERLAY_ME_HATCH, - LARGETURBINE_ST_EMPTY1, LARGETURBINE_ST_EMPTY2, LARGETURBINE_ST_EMPTY3, @@ -1288,12 +1286,15 @@ public class Textures { LARGETURBINE_ADVGAS_EMPTY8, LARGETURBINE_ADVGAS_EMPTY9, + OVERLAY_ME_HATCH, OVERLAY_ME_HATCH_ACTIVE, OVERLAY_ME_INPUT_HATCH, + OVERLAY_ME_INPUT_HATCH_ACTIVE, + OVERLAY_ME_INPUT_FLUID_HATCH, + OVERLAY_ME_INPUT_FLUID_HATCH_ACTIVE, OVERLAY_ME_CRAFTING_INPUT_BUFFER, OVERLAY_ME_CRAFTING_INPUT_BUS, OVERLAY_ME_CRAFTING_INPUT_SLAVE, - OVERLAY_ME_INPUT_HATCH_ACTIVE, OVERLAY_ME_CRAFTING_HATCH, OVERLAY_ME_CRAFTING_HATCH_ACTIVE, OVERLAY_ME_FLUID_HATCH, -- cgit