Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-131643

/execute if entity bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 1.13-pre2
    • None
    • 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.

            Unassigned Unassigned
            Dante DM No Name
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: