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
is duplicated by 29
relates to 1
Attachments
Comments 2
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. ๐
It's annoying but in 1.12 pre 1 it is still working๐