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

Minecart with command block doesn't kill itself with r=0 with riders command block and ridden ones

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 16w07b
    • Minecraft 16w07a
    • None
    • Unconfirmed

      Before 16w07a I could make a bunch of command block minecarts with some commands and one with kill command to clear them out.

      /summon MinecartCommandBlock ~ ~ ~1 
      {
      Command:"/say start",
      Passengers:[
      				{id:"MinecartCommandBlock",Command:"/say 1"},
      				{id:"MinecartCommandBlock",Command:"/say 2"},
      				{id:"MinecartCommandBlock",Command:"/say last"},
      				{id:"MinecartCommandBlock",Command:"/kill @e[type=MinecartCommandBlock,r=0]"}
      				]
      }

      Since 16w07a they doesn't disappear. In 16w06a they worked fine. Ran once and all disappeared after running the /kill minecart. Now kill with r=0 doesn't kill anything.

            Unassigned Unassigned
            Toboe_Irbis [Helper] MichaƂ
            Votes:
            6 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: