Advertisement
CREAMPAN0408

Untitled

Dec 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on rightclick iron 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 30 times:
  5. show 10 water splash 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:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement