I want my entities to have the normal animations from minecraft, so it feels more in game, like moving, looking around, etc, but everytime I put them in my entity, his textures just disappear, there is something wrong with them or the way I am putting them?
"animations": {
"look_at_target_default": "controller.animation.humanoid.look_at_target.default",
"move": "controller.animation.humanoid.move"
},
"animation_controllers": [
{ "look_at_target": "controller.animation.humanoid.look_at_target" },
{ "move": "controller.animation.humanoid.move" }
]