Vector
Vectors are used in Mechanics and in other config options. A vector can follow a few different formats; make sure to choose the format that works for you:
Direct
The direct vector format lets you specify the exact x y z coordinates. Here are some examples:
Relative
The relative format takes the current entity's direction and uses its forward direction. This lets you specify forward, backward, left, and right instead of north, south, east, and west.
Relative vectors start with the ~
character.
Simple
The simple format is just like the Relative format, but in 1-block increments:
Random
Chooses a random direction with a given length. Random vectors start with the r
character:
Last updated