Advertisement
RyuuzakiJulio

Untitled

Feb 8th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. term.clear()
  2. term.setBackgroundColor(colors.cyan)
  3.  
  4.  
  5. m=peripheral.wrap("right")
  6.  
  7. m.clear()
  8. m.setCursorPos(1,1)
  9. m.write("Turtle Clan")
  10.  
  11. m.setCursorPos(1,2)
  12. m.write("------------------")
  13.  
  14. m.setCursorPos(1,3)
  15. m.write("Auto XP/Enchant")
  16. m.setCursorPos(1,4)
  17. m.write("Blaze Farm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement