How does direction offsets work?

Started by CipherG5G on

Topic category: Advanced modding

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How does direction offsets work?
Sat, 12/21/2024 - 22:49 (edited)

https://imgur.com/a/ian0YpH

How does the offsets of the direction work? I'm trying to do math stuff and I think this is gonna help me! Please help.

Edited by CipherG5G on Sat, 12/21/2024 - 22:49
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
as far as i can tell,…
Sat, 02/22/2025 - 02:06

as far as i can tell, direction offset just gives you the value that you need to add to a coordinate in order to move a single block in the provided direction. for example, if im adding the direction offset of UP to the x, y, and z coordinates, then it will add 0 to the x and z, but 1 to the y.