mojira.dev
MC-117319

execute/selectors are broken

This is new to pre-2.

Make a new superflat world.

summon armor_stand ~ ~ ~3 {CustomName:Cursor}
execute @e[name=Cursor] ~ ~ ~ setblock ~ ~ ~ wool 3

EXPECTED:
wool is placed at the armor stand
ACTUAL:
wool is placed at the player

Linked issues

MC-117328 Execute command work but not correctly Resolved MC-117334 Command block Execute Problem Resolved MC-117339 Radius does not work properly Resolved MC-117346 /execute command Resolved MC-117350 /execute Not Running Command From Entity's Location Resolved

Attachments

Comments 2

It's annoying but in 1.12 pre 1 it is still working๐Ÿ‘

SO, I was messing around in a world with a movable ball, it was white wool with armor stands and a pig.
I tried to make it obey gravity (the pig had no gravity because that was how it worked), but the execute command wasn't working.

The command was:
execute @e[type=armor_stand,name=ball_armor_stand ~ ~ ~ /testforblock ~ ~ ~ air

NOW, that would make sense to work, I even tried TELEPORTING him into the air and it still didn't work.

TLDR: Confirmed. ๐Ÿ™‚

Brian McNamara

michael

Unconfirmed

/execute, command, selector

Minecraft 1.12 Pre-Release 2

Minecraft 1.12 Pre-Release 3

Retrieved