Paste #109096: Particle Velocity Thing

Date: 2023/04/21 11:40:01 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


ss_1_2:
    type: task
    script:
    - define velRel <player.eye_location.with_pitch[0].forward[3]>
    - define velRel <[velRel].sub[<player.eye_location.with_pitch[0]>]>
    - define particlePos <location[0,0,0].points_around_y[points=100;radius=3].get[50].to[last]>
    - define particlePos <[particlePos].parse_tag[<[parse_value].rotate_around_z[1]>]>
    - playeffect effect:redstone at:<[particlePos].parse_tag[<player.eye_location.relative[<[parse_value]>]>]> offset:0,0,0 velocity:<[velRel]> visibility:100 special_data:1|AQUA