Nerdy's Better Animations

Supported MCreator versions
2025.3
Tags / plugin type
Java plugin
Procedures
betteranimations
Downloads:
1073
Upvotes: 14
About the plugin

Nerdy's better animations is a plugin that aims to improve upon the java animation system of entities and items by adding new procedure blocks that directly trigger animations and other miscellaneous additions.


Triggerable entity animations

While this plugin is loaded, entity animations without a playback condition will never play instead of always playing by default. These animations will now only play when triggered through the use of this procedure block.

What does animation index mean?
Animation index is the order in which the animation has been added to the entity's animations list. Here is an example of an entity with animations with their index visible.

 

Entity texture swapping

Through the use of this procedure block, one can easily swap a custom entity's texture without the addition of new model layers and display conditions. It simply requires providing the entity texture's name without any directory paths or file extensions.

 

Triggerable item animations

This procedure block works the same way as its entity variant, but for custom items. Similarly to entities, items will also have animations without playback conditions only play when triggered with this procedure block.

 

Item java model display settings

Modifications have been made to the item element to allow for the selection of a display settings json model when a java model is selected. With this you can control how the item is displayed in all perspectives. This can be done by making a copy of your item java model, and converting it to java block/item which supports display settings in blockbench. After exporting it in json format, you can select it and its display properties will be applied to your java model.

An additional option is also provided to specify in which perspectives the java model's animations will play.

 

Item player arm rendering

This plugin also allows the rendering and animating of player arms on animated items. The arms will only render if put under specific bone names in the item java model. You can find and download this example java model that showcases the use of this system.

 

Java plugins must be enabled for the plugin to work fully

 

Changelog

v1.0
-Plugin release
License
MIT License

Plugin downloads
Nerdy's better animations v1.0 (MCreator 2025.3 ONLY) - nerdys_better_animations.zip Uploaded on: 12/08/2025 - 11:31   File size: 59.45 KB

Comments

is it possible for this plug in to add/remove entity layer textures
It would be very useful to add an overlay that can be assigned to any mob without changing the mob (would be very useful for vanilla mobs)
Pretty pls

I find it so strange that base mcreator doesn't have this even after years of being open source but anyways thanks Nerdy