Advertisement
PorkBoy123f

Snow Generator

Mar 8th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. --Snow Generator by PorkBoy123f
  2. while true do
  3.   turtle.dig()
  4.   sleep(1)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement