Started by
caikean23
on
Topic category: Plugins and third-party tools
I'm making a boss and putting animations with geckolib but in the geckolib tab there's only the option of an attack how do I make my mob cast spells for example?
Topic category: Plugins and third-party tools
I'm making a boss and putting animations with geckolib but in the geckolib tab there's only the option of an attack how do I make my mob cast spells for example?
maybe the mob casts a spell set a number variable to something and in the mob element itself play returned animation put
if variable is 2:
if entity element (mob name) is the event/target entity then play the animation (animation name)