Dr_Respektlos

inspector

May 11th, 2021
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. x=1
  2. while x==1 do
  3. local success, t = turtle.inspect()
  4. if success then
  5.   print( "I found a " .. t.name)
  6. end
  7. for i= 1, 11 do
  8. print(".")
  9. end
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment