#Entity can't be steered anymore after the latest update

1 messages · Page 1 of 1 (latest)

simple sierra
#

I have this this entity where it gives the player a special item when ridden, and when used, the entity plays a running animation and automatically moves forward and break blocks along the way using a tp command, before the latest update which is 1.20.51, the entity can be steered by the player wherever tha player is looking, but after 1.20.60, it can't be steered anymore, and I didn't see anything in the changelog regarding the tp command, I also updated to the latest min engine version, and it still didn't fix here, does anyone know a workaround with this?

untold canyon
#

Who's running that command ?

simple sierra
#

Using animation controllers

hot viper
#

I mean you're not setting the entity rotation anywhere so it just uses whatever rotation it had before

simple sierra
hot viper
simple sierra
hot viper
#

alr i mean just setting the rotation of the entity to the players before executing that command should make it work

simple sierra
hot viper
#

execute as <rider> at @s run tp <ridee> ~~-<y_decrease>~ facing ^^-<y_decrease>^10
y_decrease is just so it teleports the entity right beneath the player so it looks like they're sitting on it

an example could be:
execute as @p at @s run tp @e[tag=ridee] ~~-0.5~ facing ^^-0.5^10

simple sierra