#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)

earnest ember
#

please help

#

i use bridge to make it rotate but still doesnt work

obsidian comet
#

how did you stop it from bunching?

earnest ember
#

Wdym

#

You need to put the runtime identifier in description of your entity in BP and put minecart inside runtime identifier

obsidian comet
#

ok

earnest ember
#

Will anyone tell me how to rotate your entity model because I'm trying to do that

obsidian comet
#

it doesn't like the animation

earnest ember
#

No i wanna know how to rotate my entity I've been trying this alot and it doesn't do anything

obsidian comet
#

looks like it should work

tough nova
#

Just have a animation like this for your entity it should work.

earnest ember
#

That's what I'm talking about I've tried that many times it never rotates

hollow moss
#

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"
},