mojira.dev
MC-87776

Chain blocks activating before command blocks (only with command block created in auto:1)

When you setblock a commandblock in Always Active mode before a chain of chain command blocks, the chains command blocks active... But not the 1st command block.

Exemple :
A chain command block in Always Active mode with the command /say 1. Setblock a command_block in Always Active mode with the command /say 0 pointing to the chain_command_block next to it.

What I was expecting to happen : "Block placed"
"[@] 0"
"[@] 1"
What really happened : "Block placed"
"[@] 1"
(see the screenshots).

Another exemple : just use this command in a command block, then power it :

summon FallingSand ~ ~1 ~1 {Block:command_block,Time:1,TileEntityData:{auto:1,Command:say 0},Riding:{id:FallingSand,Time:1,Block:chain_command_block,TileEntityData:{auto:1,Command:say 1}}}

I was expecting for the chat to say [@] 0 then [@] 1, but it said [@] 1 only.

Linked issues

Attachments

Comments 3

A similar issue was fixed recently. Is this still an issue in 15w44b? If so, please explain the issue in detail and provide steps to reproduce it.

Ticket resolved as incomplete, because no answer in a reasonable amount of time (1+ year), if it still happens, please update the ticket.

TheMrZZ

(Unassigned)

Unconfirmed

Minecraft 15w35e, Minecraft 15w36b, Minecraft 15w36c

Retrieved