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

Cloned repeater re-triggers command block

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Minecraft 1.9, Minecraft 1.9.1 Pre-Release 3, Minecraft 1.9.1, Minecraft 1.9.2, Minecraft 16w20a, Minecraft 16w21b, Minecraft 16w38a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, 20w07a, 1.19.4
    • None
    • Confirmed
    • Redstone
    • Low
    • Platform

      A command block (impulse, unconditional, redstone required) which clones (move) itself, an attached powered block (or redstone wire) and a repeater powering the block (or wire) retriggers immediately after cloning, disappearing into the far distance rapidly.

      To reproduce:
      Place on top of solid blocks (east to west) a command block, any solid block or redstone wire, and a repeater facing east.
      Enter the following command into the block:
      clone ~-2 ~ ~ ~ ~ ~ ~-1 ~ ~ replace move
      Set the command block to impluse, unconditional, redstone required.

      Place a redstone torch or other power source in the block immediately west of the repeater.

      Expected: The command block, solid block (or wire) and repeater move one block east and stop, being no longer powered.
      Observed: the three blocks move rapidly into the distance as the command block is retriggered after each move.
      EDIT:
      If the assembly is not on a flat plane it will stop when the repeater no longer has a block beneath it.
      This implies that it is the state of the cloned repeater that causes the problem.

      Replacing the repeater with a button results in a cloned button which is locked in the powered state. In this button-powered setup change the command to
      clone ~-2 ~ ~ ~-1 ~ ~ ~-2 ~1 ~ replace
      In this case pressing the button results in the button and the block to which it is attached being cloned one place upwards, but the cloned button is locked in the powered state and cannot be pressed.
      Further testing shows that cloned pressure plates also remain powered indefinitely.

        1. 2016-05-21_09.48.40.png
          2016-05-21_09.48.40.png
          289 kB
        2. 2016-05-27_10.43.42.png
          2016-05-27_10.43.42.png
          153 kB
        3. 2016-05-27_10.44.51.png
          2016-05-27_10.44.51.png
          156 kB
        4. 2016-05-27_10.46.02.png
          2016-05-27_10.46.02.png
          157 kB
        5. 2016-05-27_11.11.23.png
          2016-05-27_11.11.23.png
          193 kB

            Unassigned Unassigned
            KevinTheDruid Kevin Taylor
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              CHK: