-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.7.1, Minecraft 1.7.2, Minecraft 1.7.3
-
windows 7, Java Version 7 Update 21
-
Unconfirmed
-
Creative
The jist of the bug is that when using the /setblock command such as "/setblock 5 4 5 1" instead of placing the block and x=5 y=4 z=5 it would place it one more off so it'd be X=6 y=4 z=5.
I was using command blocks to make a door and when i activate the command block I expected it to place it directly at the coordinate.
What actually happened was the block was placed over by one block.
Steps to Reproduce:
1. place command block
2. enter command /setblock x y z "block"
3. activate command block
4. observe coordinates in the command block and where the block is actually placed.
As some additional information when i was looking into this i noticed that there is a coordinate for X, Y, and Z, that are all -0 which there is no negative zero when it comes to numbers or coordinates. So i suspect that that is the source of the problem.
- duplicates
-
MC-36602 Commands with coordinates are NOW offset -1 x and/or z from where it should be (at negative X and Z coordinates)
- Resolved