diff options
author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2023-12-24 13:42:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-24 20:42:09 +0100 |
commit | cd47f0809ad7568db7ee890c031bf957d8a5d0ed (patch) | |
tree | 4b1faba695c79220f0024989e2d673c4e81bcbb4 /src/main/java/gregtech/api/gui/modularui | |
parent | 5077f31cfa1f4b614335a1f61b087b3e9d901751 (diff) | |
download | GT5-Unofficial-cd47f0809ad7568db7ee890c031bf957d8a5d0ed.tar.gz GT5-Unofficial-cd47f0809ad7568db7ee890c031bf957d8a5d0ed.tar.bz2 GT5-Unofficial-cd47f0809ad7568db7ee890c031bf957d8a5d0ed.zip |
Rework the UI of singleblock pumps. (#2420)
Change singleblock pumps to be machines, not tanks. Rework the UI of the pump.
Diffstat (limited to 'src/main/java/gregtech/api/gui/modularui')
-rw-r--r-- | src/main/java/gregtech/api/gui/modularui/GT_UITextures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java b/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java index 1dd7c9f6d2..b200e16d47 100644 --- a/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java +++ b/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java @@ -109,6 +109,8 @@ public class GT_UITextures { public static final UITexture OVERLAY_SLOT_LENS = UITexture.fullImage(GregTech.ID, "gui/overlay_slot/lens"); public static final UITexture OVERLAY_SLOT_MICROSCOPE = UITexture .fullImage(GregTech.ID, "gui/overlay_slot/microscope"); + public static final UITexture OVERLAY_SLOT_MINING_PIPE = UITexture + .fullImage(GregTech.ID, "gui/overlay_slot/mining_pipe"); public static final UITexture OVERLAY_SLOT_MOLD = UITexture.fullImage(GregTech.ID, "gui/overlay_slot/mold"); public static final UITexture OVERLAY_SLOT_MOLECULAR_1 = UITexture .fullImage(GregTech.ID, "gui/overlay_slot/molecular_1"); |