#What are the ways to animate Modded Entity models?
6 messages · Page 1 of 1 (latest)
For 1.12 geckolib, otherwise math
Do you know who could help me? or guides.
for the server it is necessary to write animation in the model?
!faq modded-animation
1.19+: Since 1.19 Minecraft has an in code animation system. This system is meant for Entities, but can also be used for block entities or items using a block entity renderer. The Plugin Animation to Java Converter allows you to use this feature. It does not require any further libraries, you can take a look at the Warden and Frog code to see how to use those. Alternatively the 1.17+ approach does still work if you prefer it.
1.17+: Before 1.19 the only way to use Blockbench animations in Mods was to use Geckolib. Geckolib can be used for items, blocks and entities. You need the Geckolib plugin for Blockbench, and additionally your mod will have to depend on the Geckolib library. For more information about it, you can visit their wiki:https://github.com/bernie-g/geckolib/wiki
MCreator: Currently there is no fully supported way to use Blockbench animations inside of MCreator.