I'm trying to create a datapack and I need a minecart to travel forwards but stay on the same y level, but I can't mix relative coordinates with local coordinates.
(/tp @s ^ ~ ^1 doesn't work)
I'm trying to create a datapack and I need a minecart to travel forwards but stay on the same y level, but I can't mix relative coordinates with local coordinates.
(/tp @s ^ ~ ^1 doesn't work)
absolute and relative follow the same pane for coordinates, local doesn’t, so there’s no way to make it work together.