MoreMcmeta (Forge)

MoreMcmeta (Forge)

158k Downloads

doesnt work for me plz help

yeete183 opened this issue ยท 19 comments

commented

it doesnt work i follow all steps here is my code
{
"animation": {
"width": 64,
"height": 640
}
}
and here is my textures
tabby2

idk what i did wrong plz help
1.16 fabric

commented

its a blinkimg cat textuer fyi

commented

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
  }
}
commented

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.

commented

ok its a texture pack under the mcmeta texture pack causing the tail animation

commented

also its this textur epack that adds the cat tail https://www.curseforge.com/minecraft/texture-packs/animated-entities

commented

nope still doesnt work

commented

the mcmeta pack is on the top fyi
under fabric resources

commented

oh thank you :))

commented

wait does it work with optifine textures as well?

commented

still doesnt work?
image
heres the files in my texture pack with that code u sent me and the cats still not blinking

commented

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.

commented

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.

commented

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

commented

i can send a vid if that helps

commented
minecraft-20210914-08331901_x10rsCuh.mp4

heres a vid of the cat failing to blink

commented

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.

commented

yes it is 3.0.0
heres my mod list
image
image
some are my own mcreator mods

commented

oh h i just noticed thx hope it works

commented

ok it works now thx :)