Minecart with command block doesn't kill itself with r=0 with riders command block and ridden ones
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.
2016-02-15, 07:58 PM
2016-02-26, 03:19 AM
2016-02-16, 07:42 PM
6
7