-
Bug
-
Resolution: Fixed
-
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.