[r=x] doesn't create the region in a ball.
Setup:
1: Create a 3x3x3 cube out of command blocks with the command: /summon WitherSkull ~ ~ ~ {direction:[]} and trigger the command blocks
2: Remove the command blocks and summon a WitherSkull with the name 'Origin' in the middle of that cube
/summon WitherSkull ~ ~ ~ {direction:[],CustomName:Origin,CustomNameVisible:true}
3: Hook up a command block with the command:
/execute @e[type=WitherSkull,name=Origin] ~ ~ ~ execute @e[type=WitherSkull,r=1] ~ ~ ~ summon FallingSand ~ ~ ~
Attached picture shows it aswell.
Attachments
Comments 3
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
if you want it in the center, shouldn't
be:
This is was mcedit shows: http://i.imgur.com/SA6cfd7.png
also I didn't think the name= tag works for a mob's customname. The mob's "name" is it's uuid because that's how it's stored.
I think you're just screwing up your commands and this is probably working as intended.