Started by
Voidure
on
Topic category: Help with Minecraft modding (Java Edition)
How would I make my Geckolib entity play it's animation once when looked at while using Nerdy's GeckoLib Plugin? Any help would be appreciated
Topic category: Help with Minecraft modding (Java Edition)
How would I make my Geckolib entity play it's animation once when looked at while using Nerdy's GeckoLib Plugin? Any help would be appreciated
Doesn't geckolib respect the looping settings you set in blockbench?
Yes but I need it to play it once. If I do it on tick update while looking the entity then the animation will just repeat itself from the starting point of the animation and crash my game
oh you could just use an nbt tag or a global variable then
ok good idea