From e2912eefea7f76e937c94c9df2bfe1547b24dd94 Mon Sep 17 00:00:00 2001 From: Elkatra2 <116808419+Elkatra2@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:48:10 +0200 Subject: Steam Hatch texture update (#3020) * Steam Hatch texture update * apply spotless --------- Co-authored-by: Martin Robertz --- src/main/java/gregtech/api/enums/Textures.java | 1 + 1 file changed, 1 insertion(+) (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 7e5aedbcea..9b621059aa 100644 --- a/src/main/java/gregtech/api/enums/Textures.java +++ b/src/main/java/gregtech/api/enums/Textures.java @@ -544,6 +544,7 @@ public class Textures { OVERLAY_INPUT_HATCH_2x2, FLUID_OUT_SIGN, FLUID_IN_SIGN, + FLUID_STEAM_IN_SIGN, ITEM_IN_SIGN, ITEM_OUT_SIGN, OVERLAY_MUFFLER, -- cgit