Nerdy's GeckoLib Plugin

Supported MCreator versions
2023.1
2023.2
2023.3
2023.4
2024.1
Tags / plugin type
API support
Java plugin
Procedures
Templates
NewGeckoIcon
Downloads:
54470
Upvotes: 556
About the plugin

GeckoLib support for MCreator is back! Now more powerful than ever, GeckoLib allows you to animate your entity, block, armor and item models using smooth keyframe animations made with blockbench. This plugin implements an easy to use method of applying those animations and models in only a few simple steps!

 

The java plugins feature needs to be enabled as this is a java plugin

-This plugin is not maintained or supported by the the creators of  GeckoLib.

 

As I am currently serving in the military, I have little time to test and update the plugin, so expect to encounter bugs. I will eventually fix them, but don't count on a specific timeline. However, you are making it harder on yourself by not using my issue tracker and expecting me to read every comment here to see if anyone is encountering issues every time I release a new version.

Example

example

 

How to use?

2023.4+ tutorial for versions 5.2 or above

 

Changelog

v5.6.4
-Fixed animated items causing a build error in 1.19.4
-Fixed animated items causing build errors if more than 1 existed
-Fixed animated items not generating code in 2023.4
-Fixed animated blocks without blockstates causing build errors

v5.6
-Added blockstates to animated blocks
-Added the option to disable the swing animation of animated items

v5.5.1
-Fix import formatter not working in some cases

v5.5
-Support for MCreator 2024.1
-Support for neoforge 1.20.4
-Added the step height parameter to animated entities
-Removed particle parameters from animated blocks
-Cleaned up some messy code
-Updated the behaviour page of animated entities

v5.4.4
-Fixed mineable tags not generating when fluids existed in the workspace

v5.4.3
-Fixed mineable tags not generating when plant elements existed
-Fixed itemstates still not working below version 1.20.1
-Fixed itemstates causing build errors below version 1.20.1

v5.4.2
-Fixed the shield blocking property not registering in 1.20.1

v5.4.1
-Fixed animated items not saving

v5.4
-Updated geckolib API versions
-Animated items can now have custom player model arm poses
-Fixed imported animation names not automatically renaming properly
-Fixed animated entity models' head movement calculations

v5.3
-Fixed animated items bobbing when using animation procedures
-Fixed animated block stop animation procedure blocks not working
-Fixed animated item stop animation procedure blocks not working
-Fixed plant elements causing build errors in 1.19.2
-Updated the chinese translations

v5.2
-Fixed looping animations not being stoppable
-Fixed hold on last frame animations not being stoppable
-Cleaned up outdated animation controller code
-Removed the conditional animation option as it is obsolete
-Removed the loop condition as it is obsolete

v5.1.2
-Fixed procedure start blocks duplicating when creating the procedure

v5.1.1
-Fixed entity data procedures not working with animated entities

v5.1
-Added the entity data page to animated entities
-Animated entity textures are now saved automatically when changed
-Animation files are now automatically renamed to the name of the model when imported
-Fixed the geckolib models and display settings tab not properly refreshing
-Fixed animation files not being deleted when deleting the model file

v5.0.2
-Added back 1.19.2 support for now
-Added a built-in update notification dialog

V5.0.1
-Fixed custom sounds causing crashes

v5.0
-Updated to 2023.4
-Fixed some build errors with animated blocks
-Fixed some missing translation keys
-Ranged entities are now compatible with the projectile element
-Updated the geckolib version

v4.9.2
-Fixed itemstates being broken in 1.19.4
-Fixed head animation groups not working unless named "head"
-Fixed the mineable tag fix not being in versions below 1.20.1
-Fixed animated blocks breaking mineable tags
-Fixed a 1.20.1 build error with ridable entities
-Fixed some 1.20.1 issues
-MCreator 2023.3 support
-Forge 1.20.1 support
-Fixed the ranged item model issue caused by the geckolib mod

v4.8.7
-Fixed villager professions causing a build error
-Fixed animated block elements not opening (again)
-Fixed entity visual scale not working in forge 1.19.4
-Fixed the plugin causing biomes to not compile in forge 1.19.4
-Support for the latest MCreator snapshot
-Added Chinese translations
-Fixed creative tabs causing build errors
-Fixed blocks not compiling on 1.19.4
-Fixed the animated block element not opening
-Added support for forge 1.19.4
-Fixed animated armor not being available in the item selector
-Fixed the game not being able to launch when animated blocks had 0 procedure animations
-Dropped support for 2023.1 due to incompatibilities in the code
-Blockbench loop types (play once, loop, hold onto last frame) now work in-game for forge 1.19.4

v4.7.2
-Fixed workspaces freezing when used on macs
-Fixed animated blocks lagging the game (now you need to be specify how many procedure animations they can use)

License
MIT License

Plugin downloads
Nerdy's Geckolib Plugin v4.7.2 (MCreator 2023.1 ONLY) - Nerdys_Geckolib_Plugin.zipUploaded on: 04/09/2023 - 14:07   File size: 392.32 KB
Nerdy's Geckolib Plugin v4.8.7 (MCreator 2023.2 ONLY) - Nerdys_Geckolib_Plugin_0.zipUploaded on: 06/10/2023 - 19:10   File size: 476.37 KB
Nerdy's Geckolib Plugin v4.9.2 (MCreator 2023.3 ONLY) - Nerdys_Geckolib_Plugin.zipUploaded on: 11/24/2023 - 05:46   File size: 493.62 KB
Nerdy's Geckolib Plugin v5.6.4 (MCreator 2023.4 ONLY) - Nerdys_Geckolib_Plugin_8.zipUploaded on: 04/20/2024 - 19:47   File size: 483.57 KB
Nerdy's Geckolib Plugin v5.6.4 (MCreator 2024.1 ONLY) - Nerdys_Geckolib_Plugin_0_2.zipUploaded on: 04/20/2024 - 19:47   File size: 530 KB

Comments

Hi, Im having troubles making an animated item or any geckolib element on version 2023.4. when i ported my 2023.2 workspace everything gets an error. I made a new workspace to test it and adding a geckolib item element gives like 4 errors.

https://ibb.co/zrT3PZh

not sure why it happens and i hope its fixable.

Thanks, its working. went from 147 errors to 36. Still not sure what about the ItemAnimationFactory still doesn't work but Im going to try to work it out.

mcreator\rpg\init\ItemAnimationFactory.java:68: error: cannot find symbol
if (event.player.level().isClientSide()) {
^
symbol: method level()
location: variable player of type Player

It repeats for every animated item :(

Hey, I'm getting an error. I'm using MCreator 2024.1 and v5.6.1 of the plugin. I only have one animated item in the workspace. I'm not sure if I did something wrong or if this is a bug with the plugin.
Here's a link with a screenshot of the console:
https://i.imgur.com/bvKBLKH.png

i have this bug with animated items, the 5.6.1 fixed the issue i had with blockstates but whenever i try to create an animated item, it just gives me an error and says stuff like if (mainhandItem.getItem() instanceof GuardianPropellerItem animatable) {
and that it cant find the symbol (without telling me what the symbol is)

i updated to 5.6 and now every animated block is bugged because of the blockstate feature maybe, it tells me:
blockstateNew = this.getBlockState().getValue(BigPaintingLeftBlock.BLOCKSTATE);
for both the blockstatenew and blockstateold idk if i did something but i have no idea how to fix it pls help

I found a bug on v.56 for MCreator 2023.4 when tried to build a animated block and the result is error, could not create it then I tried to use the old version which is v5.4.3 and it worked and I dont know why but please check it