Advertisement
doru90

Untitled

Dec 31st, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. on rightclick with golden hoe:
  2. set {_num} to 0.5
  3. set {_Particle} to location of the block {_num} meter in front of player's head
  4. loop 50 times:
  5. show 1 flame particles at {_Particle} offset by 0, 0, 0
  6. set {_num} to {_num} + 0.5
  7. set {_Particle} to location of the block {_num} meter infront of player's head
  8. if the block {_num} meter infront of player's head is not air:
  9. stop loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement