#Can anyone help me in animation of custom entity
1 messages · Page 1 of 1 (latest)
Animation makeing
I have only model
Also the bp json
Use Blockbench to make the animation. search some basic youtube tutorial of that software with a 10 minute video you will get the most of the animation.
after that for a Animation to work you need to have on you Resource Pack a animation_controllers folder that goes on the root file. that animation Controller folder must contain a file inside myfile.json what is does it as the name said Control when or in what condition the animation will be trigger.
but in order to be read it need to be referenced on your RP->entity File.
animation controller control the condition when it will be triggered.
RP Entity file will tell Locations of the animations it states textures, particles, ect.
you need both to work.
important on the entity file inside "animation": {} you must make a reference of your animation controller and you initialize it by "RANDOMNAME.controller": "the identifier of the file .json inside animation_controllers goes here"
this tutorial will help you understand the coding of what i meant.
https://www.youtube.com/watch?v=5wq_mw5AzIM
In this tutorial i will show you how to create and add animations to your minecraft bedrock / PE entities usning two different aplications blockbench and brisge v2
Twitter: https://twitter.com/B0NY434445
Xbox Gamertag: B0NY434445
MCPEDL: https://mcpedl.com/user/b0ny434445/
================...