[ICs] Swapped and partly negotiatet axis in only one chunk
LadyCailinBot opened this issue ยท 3 comments
CRAFTBOOK-2984 - Reported by Jochen.Sollermann
On my private server (MC 1.7.2) with CraftBook (version 3.8-SNAPSHOT:3753-e14fa89,master) ICs in a special chunks swapped the axis in this way: (left part is the given value on the sign, right one the check-destination on the world)
x = z*-1
z = x
Screenshot of an example: https://dl.dropboxusercontent.com/u/66925220/cb/ic_xyz-axes.png
Comment by me4502
ICs by default don't follow x,y,z
Comment by Jochen.Sollermann
Ah, my bad. Since then it seems I always placed the ICs so, that the x,y and z values matched the world axis. Thanks for your reply :)
Edit: But ehm. In the screenshot it doesn't fit yet. Isn't the wool-block at -1:0:2 then? And there is the issue again: x = z*-1; z = x. I'm confused.