luckdemon

DarkIronv1

Nov 5th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. -- Dark Iron
  2.  
  3. print("Put Iron Block in 1st slot of tutle")
  4. print("Wait 5 seconds per block")
  5. print("Get dark iron from chest")
  6.  
  7. while true do
  8. turtle.select(1)
  9. turtle.place()
  10. sleep(5)
  11. turtle.dig()
  12. turtle.dropDown()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment