Mojira Archive
MC-85753

DragonFireballs are moving laggy

When I summon DragonFireballs and give them custom direction, they're moving laggy, however when I add execution of particles on them, the particles are moving equally.

When I summon moving DF:
/summon DragonFireball ~ ~-1 ~

{direction:[1.0,0.0,0.0]}

Or idle and then move it:
/summon DragonFireball ~ ~-1 ~

{direction:[0.0,0.0,0.0]}

/entitydata @e[type=DragonFireball]

{direction:[1.0,0.0,0.0]}

And when I summon one of the above and add particles:
/execute @e[type=DragonFireball] ~ ~ ~ /particle dragonbreath ~ ~ ~ 0 0 0 0.01 1 force

(The last command is executing repeatedly)

But only DragonFireballs lag. Other projectiles are moving perfectly.

Duplicate

Jan Růžička

2015-08-11, 08:47 AM

2015-08-11, 10:07 AM

2015-08-11, 09:16 AM

0

1

Unconfirmed

Minecraft 15w32c

-