Advertisement
Stennish

startup.lua

Aug 11th, 2021 (edited)
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1. -- You can find the up to date (sometimes broken) code on my github page
  2. -- including my other little projects at github.com/Stennish/ComputerCraft-Scripts/
  3.  
  4. shell.run("clear")
  5. textutils.slowPrint("CraftOS 1.7")
  6. os.sleep(1.5)
  7. shell.run("clear")
  8. os.sleep(0.5)
  9. print("+------------------------------+")
  10. print("|      Farmer Steve  v1.1      |")
  11. print("|  Designed for: 2 8x16 Farms. |")
  12. print("+------------------------------+")
  13. print("|     imgur.com/ctxxMas.png    |")
  14. print("+------------------------------+")
  15. print("|  Copyright: Stennish - 2021  |")
  16. print("+------------------------------+")
  17. print("|         Instructions         |")
  18. print("|  Fill inventory with seeds,  |")
  19. print("| then type 'Replant' and wait |")
  20. print("+------------------------------+")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement