/particle doesn't work with some entities
I ran the command
/particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @e[type=Item]
On a nearby item (the only entity besides me in the world) and it was unable to find the entity
EDIT: Marcono1234 found it also doesn't work with XPOrb or WitherSkull
Environment
Windows 7 64 bit
Java 7 Update 45
Created Issue:
/particle doesnt work with items
I ran the command
/particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @e[type=Item]
On a nearby item (the only entity besides me in the world) and it was unable to find the entityEnvironment
Windows 7 64 bit
Java 7 Update 45
/particle doesnt work withitems/particle doesn't work with some entities
I ran the command
/particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @e [type=Item]
On a nearby item (the only entity besides me in the world) and it was unable to find the entityNote:
I ran the command
/particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @e[type=Item]
On a nearby item (the only entity besides me in the world) and it was unable to find the entityNote:
I ran the command
/particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @e[type=Item]
On a nearby item (the only entity besides me in the world) and it was unable to find the entityEDIT: Marcono1234 found it also doesn't work with XPOrb or WitherSkull
Duplicate of MC-55589
The selector is for who can "see" it.
To use the command you want you have to use execute like;
"/execute @e[type=Item] ~ ~ ~ particle hugeexplosion ~ ~ ~ 3 3 3 1 10 @a"
Egor, the selector is on what entity the particles are centeted on. All players can see the particles.
/particle syntax on MC Wiki:
http://minecraft.gamepedia.com/Commands#particle
Confirmed for 14w20b
works, the command itself not
Also doesn't work for
XPOrb and WitherSkull (You'll get the error message: "That entity cannot be found")
*Used this command:
Duplicate of
MC-45558Duplicate of
MC-46244