how to make multiple custom animations with geckolib

Started by sepehrnotfound on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Aug 2024
Points:
62

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
how to make multiple custom animations with geckolib

hey . so i recently got into mcreator and geckolib . i know how to work with blockbench and i have already made my model with some animations . but i dont know how to add multiple animations like a second attack or a third attack . or maybe like a rage state . i thinks it can be done by using procedures . but i have no idea how to use that . i've seen some tutarials and they all have the block [play animation "animation name" ] . but for me it a number instead of the "animation name " and i can't replace the number with a text block .

sorry if it sounds too obvious or maybe complicated . i'm new to mcreator 

Active 13 hours ago
Joined Apr 2024
Points:
404

User statistics:

  • Modifications: 8
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 470
that one is for animated…
Thu, 08/22/2024 - 12:29

that one is for animated blocks animations, for entities you have to use:

 if entity element ... is the event/target entity then play animation "animation"