Advertisement
rithrin

drill

Mar 26th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function newLine()
  2.  
  3. local _,cY= term.getCursorPos()
  4. term.setCursorPos(1,cY+1)
  5. end
  6.  
  7. write("<<<Drill phase 1>>>")
  8. newLine()
  9. write("1 lump of galador:")
  10. newLine()
  11. write("-10 diamonds")
  12. newLine()
  13. write("-3 glowstone")
  14. newLine()
  15. write("-2 Fermented spider eyes")
  16. newLine()
  17. write("-3 eye of ender")
  18. newLine()
  19. write("-6 ghast tear")
  20. newLine()
  21. write("-12 magma cream")
  22. newLine()
  23. write("!!! 28 NEEDED!!!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement