Continuity renders vanilla textures on top of ones provided by resource packs in certain situations
pajicadvance opened this issue ยท 2 comments
Setup:
- Minecraft 1.21.1
- Fabric Loader 0.16.5
- Fabric API 0.104.0+1.21.1
- Continuity 3.0.0-beta5+1.21
Reproduction steps:
- Go to https://vanillatweaks.net/picker/resource-packs/, under Aesthetic select "Splash Bottle O' Enchanting" and download the resource pack.
- Download the Glowing resource pack.
- Launch the game and enable only the Vanilla Tweaks resource pack.
- Verify in game that the bottle o' enchanting texture changed.
- Now enable the Glowing resource pack on top of the Vanilla Tweaks one.
- Observe that the vanilla bottle o' enchanting texture is being rendered over the one from the Vanilla Tweaks resource pack.
Log file: https://mclo.gs/n2VeK8Y
This seems entirely expected. The texture on top is presumably the emissive texture provided by the glowing pack. I expect that disabling emissive textures will "fix" this and that using the same resource packs on OptiFine will result in the same behavior. Not every resource pack is compatible with every other resource pack.