Entity Animation Without Geckolib ? (2022) [NEW PLUGIN]

Started by Cursed_0010 on

Topic category: General Minecraft forum

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Animation Without Geckolib ? (2022) [NEW PLUGIN]
Tue, 10/18/2022 - 15:24 (edited)

Just use nerdys geckolib plugin its better.

Edited by Cursed_0010 on Tue, 10/18/2022 - 15:24
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, ı learned codding and ı…
Mon, 02/21/2022 - 15:12

Ok, ı learned codding and ı made animations thanks.

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how did you get animations?  
Tue, 06/28/2022 - 18:54

how did you get animations?

 

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just saying "i learned…
Mon, 09/05/2022 - 14:52

just saying "i learned coding nvm" doesnt help anyone else at all, you could tell us how

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Chill guys i'll tell you how…
Tue, 09/20/2022 - 19:02

Chill guys i'll tell you how i made animations.

So you can edit your mob on mcreator,
that means you can make your own animations but if you do not know coding you can only make the mob's walk animation its rendered on bottom so there are a example fish animation (you can use this code for your shark, whale etc.)

 

this.arm1.rotateAngleY = MathHelper.cos(f * 0.4F) * 0.7F * f1 + 0.6981317F;
            this.arm2.rotateAngleY = MathHelper.cos(f * 0.4F + (float) Math.PI) * 0.7F * f1 - 0.6981317F;
            
            this.mouth2.rotateAngleX = f3 / (270F / (float) Math.PI) + 0.0872665F;
            this.tooth1.rotateAngleX = f3 / (270F / (float) Math.PI) - 0.4886922F;
            this.tooth2.rotateAngleX = f3 / (270F / (float) Math.PI) - 0.4886922F;
            this.tooth3.rotateAngleX = f3 / (270F / (float) Math.PI) - 0.4886922F;
            this.tooth4.rotateAngleX = f3 / (270F / (float) Math.PI) - 0.4886922F;

            this.tail1.rotateAngleY = MathHelper.cos(f * 0.8F) * 1.2F * f1;
            this.tail2.rotateAngleY = MathHelper.cos(f * 0.8F) * 1.2F * f1;
            this.tail3.rotateAngleY = MathHelper.cos(f * 0.8F) * 1.2F * f1;
            this.tail4.rotateAngleY = MathHelper.cos(f * 0.8F) * 1.2F * f1;
            this.tail5.rotateAngleY = MathHelper.cos(f * 0.8F) * 1.2F * f1;
 

Like this but you need to rename you model part you see tail1? yes thats your model part
so you can rename and make your animations this is a fish animation example and you can set angle 0.8F to 1.0F example or 1.2F To 0.8F example. dont forget to set your model part name for work it.

Sorry got a bad english yeah if u doesnt understanded this just sorry.

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Guys just use nerdys…
Tue, 10/18/2022 - 15:24

Guys just use nerdys geckolib if you dont want to make animations with codes.

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
b l u e adal
Wed, 11/30/2022 - 16:18

b l u e adal

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to use the…
Fri, 02/24/2023 - 17:32

I would like to use the Geckolib plugin but when I launch the game with my animated mobs, the game gives me an error message : "java.lang.reflect.invocationtargetexception = null"

How to do ?

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MathHelper dont work anymore…
Thu, 11/16/2023 - 08:14

MathHelper dont work anymore on 2023 :( how we do custom animations now? (without other people plugins...)