Advertisement
eslusserjr

Package ReadMe

Nov 25th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.14 KB | None | 0 0
  1. term.clear() term.setCursorPos(1,1)
  2.  print("+-------------------------------------+")
  3.  print("| Welcome to my Pastebin Readme File  |")
  4.  print("| You might want to check out a few   |")
  5.  print("| Videos for some of the Scripts you  |")
  6.  print("| have installed:                     |")
  7.  print("| Tree Farm Tutorial:                 |")
  8.  print("| https://youtu.be/eMxNI2QjO1k        |")
  9.  print("| Crop Farm Tutorial:                 |")
  10.  print("| https://youtu.be/y86ntq56ywY        |")
  11.  print("|                                     |")
  12.  print("+-------------------------------------+")
  13.  print("Press [Enter] to cont.: ")
  14. local cont1 = read()
  15.  
  16. term.clear() term.setCursorPos(1,1)
  17.  print("+-------------------------------------+")
  18.  print("| pg 2/12                             |")
  19.  print("| The Miner Program has a bitty       |")
  20.  print("| On-screen tutorial, but here are a  |")
  21.  print("| few things you will want to know    |")
  22.  print("| 1) Place your turtle on top of a    |")
  23.  print("| chest.                              |")
  24.  print("| 2) Refuel before running the script.|")
  25.  print("| 3) When you execute the script add  |")
  26.  print("|  the time after.                    |")
  27.  print("+-------------------------------------+")
  28.  print("Press [Enter] to cont.: ")
  29. local cont2 = read()
  30.  
  31. term.clear() term.setCursorPos(1,1)
  32.  print("+-------------------------------------+")
  33.  print("| pg 3/12                             |")
  34.  print("| example: mine 3 minute (be sure to  |")
  35.  print("| leave off the 's' or it won't work. |")
  36.  print("| 4) Too much time on the timer might |")
  37.  print("| result in the turtle going too far  |")
  38.  print("| and you'll have to find it.  I      |")
  39.  print("| usually go for 2-4 minute.          |")
  40.  print("| 5) For best results avoid caves.    |")
  41.  print("|                                     |")
  42.  print("+-------------------------------------+")
  43.  print("Press [Enter] to cont.: ")
  44. local cont3 = read()
  45.  
  46. term.clear() term.setCursorPos(1,1)
  47.  print("+-------------------------------------+")
  48.  print("| pg 4/8                             |")
  49.  print("| 6) I almost forgot, to maximize the |")
  50.  print("| storage, place a block of each item |")
  51.  print("| you want the turtle to discard in   |")
  52.  print("| the first slots (up to 4 or 5).     |")
  53.  print("| You will need stone not cobble.     |")
  54.  print("| 7) This is my fav mining program    |")
  55.  print("| because it is written with the      |")
  56.  print("| turtle in mind.  He will do all the |")
  57.  print("+-------------------------------------+")
  58.  print("Press [Enter] to cont.: ")
  59. local cont4 = read()
  60.  
  61. term.clear() term.setCursorPos(1,1)
  62.  print("+-------------------------------------+")
  63.  print("| pg 5/8                              |")
  64.  print("| work, not just make tunnels. He will|")
  65.  print("| actually go get the raw materials   |")
  66.  print("| for you.                            |")
  67.  print("| The Explorer's Bunker:              |")
  68.  print("| I actually made this myself.  The   |")
  69.  print("| bunker is just that, a 1 block deep |")
  70.  print("| shelter designed for                |")
  71.  print("| fighting off mobs at night.         |")
  72.  print("+-------------------------------------+")
  73.  print("Press [Enter] to cont.: ")
  74. local cont5 = read()
  75.  
  76. term.clear() term.setCursorPos(1,1)
  77.  print("+-------------------------------------+")
  78.  print("| pg 6/8                              |")
  79.  print("| 1) you will need approximately a    |")
  80.  print("| flat                                |")
  81.  print("| 12 x 12 area for the turtle to work.|")
  82.  print("| I never figured out how to handle   |")
  83.  print("| obstacles.  If he is interrupted in |")
  84.  print("| anyway, the bunker will not turn out|")
  85.  print("| right.                              |")
  86.  print("|                                     |")
  87.  print("+-------------------------------------+")
  88.  print("Press [Enter] to cont.: ")
  89. local cont6 = read()
  90.  
  91. term.clear() term.setCursorPos(1,1)
  92.  print("+-------------------------------------+")
  93.  print("| pg 7/8                              |")
  94.  print("| 2) It takes several minutes for the |")
  95.  print("| turtle to dig it all out, so you    |")
  96.  print("| will need to plan accordingly.      |")
  97.  print("| 3) I know that you don't            |")
  98.  print("| start with a turtle, so your first  |")
  99.  print("| shelter will probably not be this   |")
  100.  print("| one.                                |")
  101.  print("|                                     |")
  102.  print("+-------------------------------------+")
  103.  print("Press [Enter] to cont.: ")
  104. local cont7 = read()
  105.  
  106. term.clear() term.setCursorPos(1,1)
  107.  print("+-------------------------------------+")
  108.  print("| pg 8/8                              |")
  109.  print("| 4) I know I will use it for myself, |")
  110.  print("| but it's so good, I had to add it.  |")
  111.  print("| Obsidian Miner Tutorial:            |")
  112.  print("|  https://goo.gl/PDcHI9              |")
  113.  print("| That's about it.  my pastebin user  |")
  114.  print("| is eslusserjr if you want to see my |")
  115.  print("| current projects.                   |")
  116.  print("|                                     |")
  117.  print("+-------------------------------------+")
  118.  print("Press [Enter] to cont.: ")
  119. local cont8 = read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement