iLexiconn / LLibrary

The lightweight Minecraft modding library.
https://github.com/iLexiconn/LLibrary/wiki
GNU Lesser General Public License v2.1
52 stars 33 forks source link

Add support for Bedrock Edition entity animations #128

Open ExpensiveKoala opened 5 years ago

ExpensiveKoala commented 5 years ago

There are tools out there for creating bedrock edition entities and their animations. It would be nice to add support for that in LLibrary. https://minecraft.gamepedia.com/Bedrock_Edition_animation_documentation

Gegy commented 5 years ago

This would be really cool! The main challenge with this would probably be the scripting part.

ExpensiveKoala commented 5 years ago

Maybe even a good chance to add an animation state machine. The bedrock version has that (under states in that link).