
doesnt work for me plz help
yeete183 opened this issue ยท 19 comments
The height
parameter is for the height of an individual frame instead of the entire image. In this case, you need:
{
"animation": {
"width": 64,
"height": 32
}
}
Nothing jumps out at me as being problematic, and I'm using the same OptiFine version. Can you move all of those mods except MoreMcmeta, OptiFine, and OptiFabric out of your mods folder, start a fresh world, and check if the blinking animation works?
Furthermore, do you know which of those mods adds the different cat model/tail animation you showed in the video? It's possible that whatever mod renders the custom models is using its own texturing and causing an incompatibility.
also its this textur epack that adds the cat tail https://www.curseforge.com/minecraft/texture-packs/animated-entities
In your resource pack, is the tabby2.png and .moremcmeta inside MoreMCmeta/assets/minecraft/optifine/mob
or MoreMCmeta/assets/minecraft/optifine/mob/cat
? If it's not in the cat
subdirectory, please create one and move both files there.
Also, try moving your MoreMcmeta resource pack above Fabric resources and all other packs. I wonder if an identical but non-animated cat texture is in Fabric resources and overriding the animated one.
First, please confirm that OptiFine is working by itself. If you add in a non-animated texture through the OptiFine system (like the first frame of your image without the .moremcmeta file), does OptiFine load it? I've heard that OptiFine and Fabric don't play well together. MoreMcmeta might be loading your texture correctly, but OptiFine isn't displaying it.
If OptiFine is working correctly, can you be more specific when you say that the cat is not blinking? Is your custom texture showing up in the game at all? Or, can you see the custom texture, but it isn't animating?
If your custom texture isn't showing up at all, you probably made a mistake in configuring the texture through OptiFine. It's also possible that the texture and its metadata are named incorrectly (the tabby2 part) or placed in the wrong folder, so OptiFine can't find it to display it on cats.
If it's just not animating, there may be an incompatibility between MoreMcmeta and OptiFine. However, I'd need the .zip file of your texture pack to be able to confirm that.
optifine is displaying correctly but cat isnt blinking it just stuck on 1 frame the textures there but not animated
mcmetatest.zip
the actual non zipped file is in the zip just use that
Can you confirm that you are running version 3.0.0 of MoreMcmeta? Versions below 3 do not support OptiFine animated textures.
If you are running version 3, please provide a full mod list, including your OptiFine version.
I had to move the texture/metadata inside the pack you provided into a cat directory within optifine/mob, but other than that, I am seeing the cat blink on 1.16 Fabric with only MoreMcmeta 3, OptiFabric, and OptiFine installed.