GTNewHorizons / GT-New-Horizons-Modpack

New Modpack with Gregtech, Thaumcraft and Witchery
https://www.gtnewhorizons.com/
Other
891 stars 280 forks source link

Textures for HSS-S Turbine Casings (Large Advanced Gas Turbines) are bugged #16460

Open Zenovis opened 1 month ago

Zenovis commented 1 month ago

Your GTNH Discord Username

zeno3772

Your Pack Version

2.6.0

Your Server

SP

Java Version

Java 8

Type of Server

None

Your Expectation

Large Advanced Gas Turbine forms correctly and looks cool

The Reality

HSS-S turbine casing textures are bugged and do not return the correct textures. They default to the solid steel machine casing textures. First Image is in game, and Second image is with the Solid steel textures replaced with the advanced gas turbine textures. Happens without a texture pack as well. 1717443034882604 1717501223387806

Your Proposal

I would like this to be fixed. I am not 100% sure, but it seems the root cause is the function

src/main/java/gregtech/common/blocks/GT_Block_Casings8.java public IIcon getIcon(IBlockAccess aWorld, int xCoord, int yCoord, int zCoord, int ordinalSide)

which is defaulting to the "MACHINE_CASING_SOLID_STEEL" icon instead of the correct advanced turbine icon.

Final Checklist

NotAPenguin0 commented 1 month ago

I've seen this before yeah, should be a simple fix. I'll have a proper look later today.