throwawayrobot

testing.lua

Jul 17th, 2019
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. print("test")
  2.  
  3. local success, data = turtle.inspectDown()
  4.  
  5. if success then
  6.   print("Block name: ", data.name)
  7.   print("Block metadata: ", data.metadata)
  8. end
Add Comment
Please, Sign In to add comment