mojira.dev
MC-218986

BlusteryDay shaders not working with custom Resource Packs

When I try to use the BlusteryDay shader resource pack provided to test out the shaders functionality newly introduced with my custom resource pack the shader doesn't work. Might not be much but it could indicate a problem.

I changed the float animation constant multiplicator to make the aniamtions slower.

Attachments

Comments 5

Are you using the Fabulous setting?

I have graphics set on fancy if that is what you are asking for

I did have the graphics setting to Fabulous, but it did not work with what resource packs I had on.

It appears the BlusteryDay shader checks the block atlas to check if the block texture uv is correct, to ensure it only affets leaves, etc and not also other rendertype_cutout blocks. This means that if you have a non 16x16 texture, it will offset the uv from the expected loc for 16x16, and skip the if statements. However, as of now, there is no better way to check the block than just using the texture id, which (as seen here) is rather fragile

Jari-Bou

(Unassigned)

Unconfirmed

(Unassigned)

21w10a

Retrieved