Entity animation tutorial

Started by scorpion981 on

Topic category: User side tutorials

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity animation tutorial
Sun, 01/10/2021 - 14:41 (edited)
  1. Install the GeckoLib animation util plugin in blockbench
  2. Create a new model of type : Animated Java Entiy
  3. Make your entity
  4. Go in the animation section and create a new one
  5. Export the animation
  6. Install the Geckolib plugin in Mcreator and follow the instructions in the page
  7. Call the animations with a procedure

I didn't do it yet so its possible that there is some errors

EDIT: Newer guide: https://mcreator.net/forum/66357/feders-geckolib-plugin-tutorial

Edited by scorpion981 on Sun, 01/10/2021 - 14:41
Last seen on 00:53, 10. Oct 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I call the animations…
Sun, 09/06/2020 - 01:16

How do I call the animations with procedure and when i make the entity it says that there is a issue but i dont know what it is

 

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a category named…
Sun, 09/06/2020 - 02:13

There is a category named API: Geckolib

Last seen on 09:48, 26. Sep 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A video would be noice xD
Sun, 09/06/2020 - 03:38

A video would be noice xD

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator X Geckolib will be…
Mon, 09/07/2020 - 15:34

MCreator X Geckolib will be working from the second MCR Snapshot 2020.5 to beyond. Release 2020.4 and First Snapshot 2020.5 can't actually animate mobs for internal reasons.

 

We'll be surely making a video tutorial when the next Snapshot is released

Last seen on 16:47, 29. Oct 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh ok, thanks. I was having…
Mon, 09/07/2020 - 18:18

Oh ok, thanks. I was having problems trying to run things. I guess ill wait till the next snapshot then :P

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can you call it a…
Mon, 09/07/2020 - 19:02

How can you call it a tutorial when you haven't even confirmed it works?

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your right DiamondGaming but…
Mon, 09/07/2020 - 20:32

Your right DiamondGaming but i did everything i just had some bug that make myself unable to launch minecraft and test it.

Last seen on 02:32, 23. Jan 2022
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in blockbench, i don't see…
Wed, 09/09/2020 - 18:15

in blockbench, i don't see the animated java entity type

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
install the plugin and…
Wed, 09/09/2020 - 22:33

install the plugin and restart blockbench

Last seen on 12:38, 17. Feb 2021
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bruh whenever I open mc. It…
Sat, 11/14/2020 - 06:55

Bruh whenever I open mc. It just crashes ;-;

Last seen on 12:11, 28. Mar 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Orcinus thats because you…
Wed, 11/18/2020 - 13:59

@Orcinus thats because you either:

A. Not created an animation folder in your workspace folder which includes the (Entity_Name_Here).json file

or

B. The Name of the animation file (The part in bold) is not the same as the mobs Registry name.

 

This is what my mobs code for the animation was when made.

@Override
        public ResourceLocation getAnimationFileLocation() {
            return new ResourceLocation("REDACTED", "animations/crystal_golem_small.json");

 

This is the mobs code that matches the .json file and Registry name.

@Override
        public ResourceLocation getAnimationFileLocation() {
            return new ResourceLocation("REDACTED", "animations/crystal_golem.json");

Last seen on 17:01, 27. Sep 2021
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When I open minecraft after…
Wed, 11/25/2020 - 23:54

When I open minecraft after making the animation it just gets stuck loading at 100% on my world how do I fix this?

Last seen on 23:07, 19. Oct 2022
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
any way to stop looped…
Fri, 01/08/2021 - 20:57

any way to stop looped animation ?