FirEmerald / AdditionalPlacements

Vertical Slabs and Stairs framework and implementation
MIT License
4 stars 4 forks source link

Immersive Weathering Compat #15

Open WenXin20 opened 1 year ago

WenXin20 commented 1 year ago

Minecraft v1.19.2 Forge v43.1.47 Immersive Weathering v1.1.4

When the Immersive Weathering built-in "Biome Tinted Mossy Blocks" resource pack is enabled, the mossy stone slab and stairs render incorrectly. image

FirEmerald commented 1 year ago

This would never work in the first place without very specific handling for that mod. What's happening here is the mod is using two textures - one on top of the other - and Additional Placements is grabbing the overlay texture instead of the normal one (the mod grabs whatever texture has the most surface area for a side). Even if it were to grab the base texture, it would still lack the overlay texture, therefore not having the correct appearance.