SummitSummit

chunkLoad

Aug 1st, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function chunkLoad()
  2. turtle.select(16)
  3. turtle.digUp()
  4. turtle.select(16)
  5. turtle.forward()
  6. turtle.placeUp()
  7. end
  8.  
  9. chunkLoad()
Advertisement
Add Comment
Please, Sign In to add comment