Started by
MMG
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, so in old mcreator versions I used to edit specific entity renderer class to edit its basic animation, however in newer versions the class refferes to superior MobRenderer.
I used to make things like wingflapping or waggling of eggs with this.
Any idea how can I use this system again or some alternative? (no plugins, I dont want to rely on those)
Nevermind, I found it, the actual math for animations was thanks to mojmaps moved to the models folder. Sorry for your time
P.S.
There should be a way to remove or "resolve" posts
Remove, surely not, as some other user may be looking for this issue and this topic is the solution
Resolve: we may add some flag option to mark as resolved in the future
I don't know if you're talking about this, but maybe something similar? I'm trying to copy the default animations for something like a zombie (idle, walk, etc) and apply it to my custom entity, which is a variant of a zombie. Is there a way to do this? I know how to use blockbench, but I just don't want to attempt to recreate the animations from scratch