MC0272 offset - negative calculation mismatch
LadyCailinBot opened this issue · 2 comments
CRAFTBOOK-2350 - Reported by Andy_S
If the plate of the circuit is on negative coordinate (eg -94, 55, 316 in my case) and 3rd line reads for example 3=5:10:-3 it should go to -89, 65, 313 (-94 + 5 = -89). But it goes to -99,65,313 - ie it ignores the negative sign on the source (?) coords. If i negate the 3rd line to 3=-5:10:-3 it points to the place i want it to -89, 65, 313
CraftBook� version �1612-f1b71af�
git-Bukkit-1.4.6-R0.3-b2586jnks
Comment by me4502
I dont believe thats the issue. It calculates coordinates based on sign rotation... So this is intended behaviour.