Advertisement
raniel

Prepare builder turtle 1.0

Mar 26th, 2023 (edited)
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | Gaming | 0 0
  1. --[[
  2.     Prepare a turtle to became a builder turtle!
  3.    
  4.     Usage: pastebin run 9LYuWnYy
  5.  
  6.     AUTHOR: Daniele Sabre 26/03/2023
  7. --]]
  8.  
  9. local c = {}
  10. c["AC3cD2TD"] = "fuellev"       -- install this: http://pastebin.com/AC3cD2TD
  11. c["7GrcxsBW"] = "builder"       -- install this: http://pastebin.com/7GrcxsBW
  12.  
  13. for k,v in pairs(c) do
  14.     if not fs.exists(v) then
  15.         shell.run("pastebin run e72iUrrt "..k.." "..v)
  16.     end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement