IrisShaders / Iris

A modern shaders mod for Minecraft compatible with existing OptiFine shader packs
https://irisshaders.dev
GNU Lesser General Public License v3.0
3.34k stars 636 forks source link

Iris causing missing texture with certain animated textures #1851

Closed EltoCode closed 1 year ago

EltoCode commented 1 year ago

What happened?

Current behavior

The missing texture appears instead of the regular animated texture.

Expected behavior

An animated texture with a green orb should appear.

Steps to reproduce

Possible causes

It might be an issue with the predicate system for overwriting textures, or it might be caused by the mcmeta file animating the twinkle effect on the ball

Attached is the resource pack from the server

wynn_rp.zip

Screenshots

image

Log output

No response

Minecraft Version

1.19.3

Iris Version

iris-mc1.19.3-1.5.1

Operating System

Win 10

What is your GPU?

AMD Radeon T530

Additional context

No response

IMS212 commented 1 year ago

This is due to how PBR is handled post-1.19.3, with _n and _s textures being interpreted as normal and specular.

IMS212 commented 1 year ago

Should be fixed with #1852.