Bug Closed · Could not replicate

Particles direction is bugged for projectiles

#4354 opened by Unknown 2 years ago

Unknownreported this bug

When i write a line like that. - effect:particles{particle=reddust;amount=1;hS=0;vS=0;yOffset=0.1;speed=0;sideOffset=-0.2;forwardOffset=0.8;size=0.8;color=#c44d00;repeat=5;repeatInterval=5} @ProjectileForward{f=1} in 5.3 version the offset was relative to projectile direction. With latest dev version, the particle goes in Minecraft's Axis direction, even if i set @ProjectileForward as target... Anyway, in past version, it was good also a simple @origin

Please fix this problem. Priority level: Very High, because it's going to destroy all projectiles created until now (except simple particles without offsets or shape)

Unknowncommented

Can't replicate this

  - projectile{i=1;v=1;
        onTick=[
          - effect:particles{particle=reddust;color=#FF0000;mount=1;hS=0;vS=0;yOffset=0.1;speed=0;sideOffset=0;forwardOffset=0;size=1} @ProjectileForward{f=1}
          - effect:particles{particle=reddust;color=#00FF00;amount=1;hS=0;vS=0;yOffset=0.1;speed=0;sideOffset=1;forwardOffset=0;size=1} @ProjectileForward{f=1}
          - effect:particles{particle=reddust;color=#0000FF;amount=1;hS=0;vS=0;yOffset=0.1;speed=0;sideOffset=0;forwardOffset=1;size=1} @ProjectileForward{f=1}
        ]} @forward ~onUse

No matter which way I fire this projectile, the particles are aligned as expected

Sign in to join the discussion.