I feel like I'm going insane...Is the axis in MCserver backwards? This is really messing up some of the testing I've been doing with a plugin I'm working on. Because all the data values are the opposite of what they should be due to either the sun being in the wrong place or a reverse axis.
Z positive should move eastward not westward. X positive should move Northward not Southward... I was confused for a long time until I realized this.
I was using a diagram to figure out block placement via relative position like this:
------------[1,0,0 ]-----------
---[0,0,-1][0,0,0 ][0,0,1]---
------------[-1,0,0]----------
But it turns out that is wrong so I had to reverse it:
-----------[-1,0,0]------------
---[0,0,1][0,0,0 ][0,0,-1]---
-----------[1,0,0 ]------------
Strange indeed...Because using the new diagram will align (0,0,1) with the direction of the Sun. CONFUSED!
Z positive should move eastward not westward. X positive should move Northward not Southward... I was confused for a long time until I realized this.
I was using a diagram to figure out block placement via relative position like this:
------------[1,0,0 ]-----------
---[0,0,-1][0,0,0 ][0,0,1]---
------------[-1,0,0]----------
But it turns out that is wrong so I had to reverse it:
-----------[-1,0,0]------------
---[0,0,1][0,0,0 ][0,0,-1]---
-----------[1,0,0 ]------------
Strange indeed...Because using the new diagram will align (0,0,1) with the direction of the Sun. CONFUSED!