#How to rotate your entity im trying to do that and this error keeps showing i dont understand why
14 messages · Page 1 of 1 (latest)
how did you stop it from bunching?
Wdym
You need to put the runtime identifier in description of your entity in BP and put minecart inside runtime identifier
ok
Will anyone tell me how to rotate your entity model because I'm trying to do that
it doesn't like the animation
No i wanna know how to rotate my entity I've been trying this alot and it doesn't do anything
looks like it should work
Just have a animation like this for your entity it should work.
That's what I'm talking about I've tried that many times it never rotates
Put this in your entity file on the resource pack. This should help getting it to rotate.
"scripts": {
"pre_animation": [
"variable.hurt = query.hurt_time - query.frame_alpha;"
],
"animate": [
"move"
]
},
"animations": {
"move": "animation.steam.move"
},