Entity animation tutorial

Started by scorpion981 on

Topic category: User side tutorials

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
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

 

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

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

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

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

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?

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.

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

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

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 ;-;

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");

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?

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 ?