-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 1.13-pre2
-
None
-
I'm using elementary OS 0.4 based in Ubuntu 16.04 based in debian. I execute it with Open sdk 8:
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11)
OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode)
Linux 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/LinuxI'm using elementary OS 0.4 based in Ubuntu 16.04 based in debian. I execute it with Open sdk 8: openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) Linux 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
-
Unconfirmed
If you use /execute if entity @e[dx=,dy=,dz=,..] the command block shoul emit redstone to the redstone comparator.
The bug is at the detection of the interpretation of distance coordinates. It correctly detects in the negative directions, but in the positive directions detects one block more than spected.
In the pictures below there is an example. Red area is the detection area. The commands are:
/execute if entity @e[dx=2,dy=2,dz=2]
/execute if entity @e[dx=-2,dy=2,dz=-2]
Steps to Reproduce:
1. Put a iterative command block whith no redstone needed (it not depends on it, it's just more simple to build and test).
2. Insert a command of type /execute if @e[dx=,dy=,dz=,..]
3. Observate the area it detects.