Once making a clone command on Command Blocks. Using the common ~ to locate nearby coordinates. An issue with an X occurs. Let's say we put ~10 ~ ~10. X rather selects ~11. So, I always have to put ~9 to avoid selecting ~11. So that's it for this issue. I hope you understand and if it's a real function then I still think that it should be changed to avoid Confusion
Attachments
Comments 3
Fail to see something unusual here:
/clone ~1 ~ ~2 ~ ~ ~1 ~20 ~ ~
-> Clones the area of 0 .. 1 / 1 .. 2 = 2 x 2 = 4 blocks cloned
/clone ~8 ~ ~9 ~ ~ ~1 ~20 ~ ~
-> Clones the area of 0 .. 8 / 1 .. 9 = 9 x 9 = 81 blocks cloned
/clone ~9 ~ ~10 ~ ~ ~1 ~20 ~ ~
<< your example
-> Clones the area of 0 .. 9 / 1 .. 10 = 10 x 10 = 100 blocks cloned
/clone ~10 ~ ~11 ~ ~ ~1 ~20 ~ ~
-> Clones the area of 0 .. 10 / 1 .. 11 = 11 x 11 = 121 blocks cloned
Works as expected for me, please provide screenshots with your setup and the exact commands used.