Posted October 24, 20204 yr Is someone knows how to make custom animations for entity? Not model , just add animations for that. I can make animations for entity model in Blockbench but I need to add them for mob in game. In the topic you can find my whale that got animations. If someone knows how to make custom animations , please write me.
October 24, 20204 yr Custom animations are handled through values stored on the entity model specifically for the client. Then the values are interpolated such that there is a smooth animation between ticks. Doing this by hand takes a lot of calculation, time, and effort. The other way would be to find a library that supports making animations in one form or another. One of these libraries is GeckoLib which is integrated into Blockbench.
October 24, 20204 yr Author 37 minutes ago, ChampionAsh5357 said: Custom animations are handled through values stored on the entity model specifically for the client. Then the values are interpolated such that there is a smooth animation between ticks. Doing this by hand takes a lot of calculation, time, and effort. The other way would be to find a library that supports making animations in one form or another. One of these libraries is GeckoLib which is integrated into Blockbench. Sure , I used Blockbench to make animations. But Intellij didn't expect them (it's writes "Unable to sumbit symbhol"). So I wanna to find answer to my queston - how to load animations for my entity?
October 24, 20204 yr 9 minutes ago, OrcaWorld said: Sure , I used Blockbench to make animations. If you used Blockbench to make animations, then you would need to follow the documentation provided by GeckoLib as that's what you are asking for. This would be unrelated to forge unless you did the interpolation route, which is not supported by Blockbench.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.