diff options
author | tth05 <36999320+tth05@users.noreply.github.com> | 2023-10-24 18:56:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 18:56:44 +0200 |
commit | bbf92ef9615966f11ca747a787c227226adf2b85 (patch) | |
tree | 224c7e68333a3643fd949168f97e6538a1284cc5 /src/main/java/gregtech/api/enums | |
parent | 04c1248281f3c067e2ba4a979e7d363704b06663 (diff) | |
download | GT5-Unofficial-bbf92ef9615966f11ca747a787c227226adf2b85.tar.gz GT5-Unofficial-bbf92ef9615966f11ca747a787c227226adf2b85.tar.bz2 GT5-Unofficial-bbf92ef9615966f11ca747a787c227226adf2b85.zip |
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>
Diffstat (limited to 'src/main/java/gregtech/api/enums')
-rw-r--r-- | src/main/java/gregtech/api/enums/Textures.java | 7 |
1 files changed, 4 insertions, 3 deletions
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, |