#how can i animate a java model and can i animate only the texture?
12 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
can i do that even
Block/Item models have no concept of animation (besides animated textures)
Best you can do is swap models every tick to fake a 20fps animation.
That or model swapping like bows via use_duration and whatnot.
how
How what?
how to a swap models every tick
Afaik only via data packs/command blocks or plugins.