MoreMcmeta / core

Animate almost any Minecraft texture with more options. Texture configuration API. 1.16-1.20
GNU Lesser General Public License v3.0
28 stars 5 forks source link

doesnt work for me plz help #2

Closed yeete183 closed 3 years ago

yeete183 commented 3 years ago

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

yeete183 commented 3 years ago

its a blinkimg cat textuer fyi

soir20 commented 3 years ago

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
  }
}
yeete183 commented 3 years ago

oh thank you :))

yeete183 commented 3 years ago

wait does it work with optifine textures as well?

yeete183 commented 3 years ago

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

soir20 commented 3 years ago

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.

yeete183 commented 3 years ago

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

yeete183 commented 3 years ago

i can send a vid if that helps

yeete183 commented 3 years ago

https://user-images.githubusercontent.com/84253595/133172797-225811b4-7f8a-4f5d-a883-c1df8bf9360e.mp4

heres a vid of the cat failing to blink

soir20 commented 3 years ago

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.

yeete183 commented 3 years ago

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

soir20 commented 3 years ago

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.

yeete183 commented 3 years ago

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

yeete183 commented 3 years ago

nope still doesnt work

yeete183 commented 3 years ago

the mcmeta pack is on the top fyi under fabric resources

yeete183 commented 3 years ago

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

soir20 commented 3 years ago

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.

yeete183 commented 3 years ago

oh h i just noticed thx hope it works

yeete183 commented 3 years ago

ok it works now thx :)