-
Bug
-
Resolution: Fixed
-
Minecraft 13w39a, Minecraft 13w39b, Minecraft 13w41a, Minecraft 13w41b, Minecraft 1.7.2
-
Ubuntu 13.04 on Pangolin Performance System76 Laptop, Java version:
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2)
-
Confirmed
When you use a Command Block Minecart to run a command using relative coordinates, the coordinates ~ ~ ~ are 1 block above the minecart, as opposed to on the block of the minecart. For example, if you wanted the cart to replace the block that it's rail was on with stone, you would have to do ~ ~-2 ~ instead of a more expected ~ ~-1 ~