Msczosnal

Untitled

Jul 23rd, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. on projectile hit:
  2. if projectile is arrow:
  3. loop blocks in radius 1 around location of block at projectile:
  4. if loop-block is yellow wool:
  5. create fake explosion at projectile
  6. delete loop-block
  7. delete projectile
  8. stop
Advertisement
Add Comment
Please, Sign In to add comment