Started by
DoctorWafflePhD
on
Topic category: Help with Minecraft modding (Java Edition)
I recently modeled, textured, rigged, and animated a dragonfly using Blockbench as a personal project, and wanted to see if I could use MCreator (I have no prior mod experience) to put it into the game. While I figured out how to implement the dragonfly just fine, I don't know how to give it its animation (it only has one animation). I've spent hours searching for answers, and everything I've found is outdated by at least three months, and when I attempt to do it myself, I get numerous build errors, likely because I'm attempting to follow outdated guides. Is there any current method to animating mobs in 1.16.5?
Main thing that is important for you to know is "block groups" built in Blockbench. If you are making model, you need to separate your blocks into groups (for example, legs, arms, body, head, wings, and so on). This way you will be able to animate separate parts and not one mob as a whole. Animation checker appear for any Blockbench group, so if you make only one general group/no groups, it's likely that there won't be possibility to control its parts.
I should probably specify the issue a bit more. I rigged and animated it in Blockbench just fine, making block groups as necessary, but I don't know how to make the mob animated in MCreator - when spawned in-game, it just flies around without any animation.
If you import it as .java model, MCreator shows up list of animations which you can set for each part. Did you set it up properly there?
Also, as far as I remember, 2021.2 changed some animation features. From changelog, it says: "moved entity animation definitions to plugins so plugins can add more entity animations". It may be that issue. I will ask devs for that, because if there's no animation picker in newest version, you will need to wait for plugin to support it (but if so, then theoretically you will be able to get more animation possibilities than it was previously available)
I imported it as a .java model, which makes this window appear. However, I do not know how to import my custom animations made in Blockbench into the program. Just to test, I set head to "Head movement animation" which does allow the mob to look around, but I was wondering how to make, say, an idle animation, similarly to how Bees have a constant animation.
Okay, so at least now I know whole issue in detail. If I'm not wrong, you can't import your custom animations as is, you can only use the ones that are within MCreator. Although, since 2021.2 expanded plugin support for them, you can probably wait for some plugins/make one yourself which would allow for specific, custom animations.
Again, I can be wrong on that, but as far as I know, it is this way.
ey bro
there is a way now u can do that cuz the geckolib plugin has been remade and is now better and is on 2022.3 and even for 2022.4 snapshots it is like geckolib but from a different creator all the same things from the original geckolib if u know how to do that sooo..... enjoy!
So there is no way to import animations for 2022.2?
I've spent countless hours animating just to find this