i think i found a glich partecles
if you spawn a particle smoke for example and spawn fire partecle (also a example) only 1 partecle will be there in place it seems like that particles can not be mixed no longer i hope this is a bug and get fixed soon
(i tried spawn fire smoke and cloud at once only fire would be viseble even with particles setting on all)
Comments 5
this are the 3 commands i used i placed tem in a repeat commandblocks
Btw deleteded the scorebaord indicator tought it would not matter and to save you time but if you need it with i included them aswell
/execute @a ~ ~ ~ /particle cloud ~ ~ ~ 1 1 1 0.03 3 normal
/execute @a ~ ~ ~ /particle flame ~ ~ ~ 1 1 1 0.03 3 normal
/execute @a ~ ~ ~ /particle smoke ~ ~ ~ 1 1 1 0.03 3 normal
(long version)
/execute @a[score_fuel_min=1,score_fuel=100,score_boots_min=1,score_boots=1,score_particle_min=1] ~ ~ ~ /particle cloud ~ ~ ~ 1 1 1 0.03 3 normal
Cannot reproduce with the particle commands only.
Can you please attach a screenshot to explain it a little bit better?
when i spawn the flame particle nothing seems rong but when i spawn the smoke particle on the same x y z as the flame only the flame will be shown
easly said you cant render 2 difrent particle types at 1 location
and a screenshot would be a problem aswell ebcuse youc ant display what you cant see i hope you understand my problem now 🙂
Maybe I am understanding you wrong, but when I run the following two commands, one with an impulse command block and one with an always active chain command block behind it, I see 6 particles: 3 flame and 3 smoke
/execute @a ~ ~ ~ /particle flame ~ ~ ~ 0 0 0 0.03 3 normal
/execute @a ~ ~ ~ /particle smoke ~ ~ ~ 0 0 0 0.03 3 normal
Please provide commands you used.