From 409f50d563831e7fb53ff5bf6deca805a91154c1 Mon Sep 17 00:00:00 2001 From: BlueHero233 <87818077+BlueHero233@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:00:41 -0300 Subject: Turbine Texture Refactor (#3435) Co-authored-by: Martin Robertz --- .../xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java index d383809972..38d9146e65 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaSpecialMultiCasings.java @@ -92,7 +92,7 @@ public class GregtechMetaSpecialMultiCasings extends GregtechMetaCasingBlocksAbs public static IIcon getStaticIcon(final int ordinalSide, final byte aMeta) { return switch (aMeta) { case 0 -> TexturesGtBlock.Casing_Redox_1.getIcon(); - case 1 -> Textures.BlockIcons.MACHINE_CASING_TURBINE.getIcon(); + case 1 -> Textures.BlockIcons.MACHINE_CASING_TURBINE_STEEL.getIcon(); case 2 -> Textures.BlockIcons.MACHINE_CASING_TURBINE_TITANIUM.getIcon(); case 3 -> Textures.BlockIcons.MACHINE_CASING_TURBINE_STAINLESSSTEEL.getIcon(); case 4 -> Textures.BlockIcons.MACHINE_CASING_TURBINE_TUNGSTENSTEEL.getIcon(); -- cgit