Animating Enchantment Glint
BenKenobie31415 opened this issue ยท 3 comments
I have a resourcepack that adds a custom animation for the enchantment_glint.
It worked on 1.19.1 just fine but seems to be broken since 1.19.4 but I couldn't find any change log or similar explaining why this is.
My resourcepack simply contains a glint.png and a glint.properties under assets->minecraft->optifine->anim and the glint texture to replace.
# Custom animation
from=./glint.png
to=textures/misc/enchanted_item_glint.png
x=0
y=0
w=16
h=16
duration=8
interpolate=true
Just tested, no it does not work with optifine, but I just can't figure out why.
The Optifine Documentation doesn't seem to have changed in a while and my pack should be working as far as i can tell from the Optifine Documentation.
So I guess it is not an issue with this mod.
But still, any idea, what could cause that change between 1.19.1 and 1.19.4?