mojira.dev
MC-64012

Detect paired w/ other detect commands broken

We used to be able to use the /execute detect command in a chain like this:
/execute @a ~ ~ ~ detect ~ ~-1 ~ stone 0 detect ~ ~-2 ~ stone 0 say I've got 2 stones under me yay

It worked as far as I remember and was used to test for multiblock structures.
Seems to be broken now... please try to replicate. Fix appreciated.

Comments 1

Maybe you've meant

/execute @a ~ ~ ~ detect ~ ~-1 ~ stone 0 execute @a ~ ~ ~ detect ~ ~-2 ~ stone 0 say I've got 2 stones under me yay

but not sure if execute can exceute another execute command
An execute commad can have only one detect clause.

Halbzwilling

(Unassigned)

Unconfirmed

Minecraft 14w30c

Retrieved