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

Started by Cursed_0010 on

Topic category: General Minecraft talk

Last seen on 15:49, 18. Apr 2024
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
Last seen on 15:49, 18. Apr 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
?
Sun, 02/20/2022 - 19:01

?

Last seen on 15:49, 18. Apr 2024
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.

Last seen on 14:35, 29. Aug 2022
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?

 

Last seen on 19:33, 16. Apr 2023
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

Last seen on 15:49, 18. Apr 2024
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.

Last seen on 15:49, 18. Apr 2024
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.

Last seen on 14:48, 9. Sep 2023
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

Last seen on 13:48, 24. May 2023
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 ?

Last seen on 04:46, 14. Mar 2024
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...)