mojira.dev
MC-101811

Selects extra Coordinate

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

Works as expected for me, please provide screenshots with your setup and the exact commands used.

Here are the Screenshots
It works just fine with ~9 but not ~10

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

Thekker3b

(Unassigned)

Unconfirmed

Minecraft 1.9.4

Retrieved