Advertisement
alesandreo

lib/ale/turtle.lua

Aug 9th, 2021 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. -- https://pastebin.com/mZYfaWLA
  2.  
  3. if not LibraryPath then
  4.   error("LibraryPath not set.")
  5. end
  6.  
  7. require(LibraryPath .. 'turtle.position')
  8. require(LibraryPath .. "turtle.history")
  9. require(LibraryPath .. "turtle.blocklist")
  10. require(LibraryPath .. "turtle.inventory")
  11. require(LibraryPath .. 'turtle.turtle')
  12. require(LibraryPath .. 'turtle.miner')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement