Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. every 10 ticks:
  2. loop all players:
  3. ground state of loop-player is true
  4. set {_loc1} to block 1 north 1 west of block below loop-player
  5. set {_loc2} to block 1 south 1 east of block below loop-player
  6. loop blocks within {_loc1} to {_loc2}:
  7. loop-block is not water
  8. stop
  9. #hacer cosas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement