CatRabbit499

Turtle Inspect

Jun 25th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local success, data = turtle.inspect()
  2.  
  3. if success then
  4. print("Block name: ", data.name)
  5. print("Block metadata: ", data.metadata)
  6. end
Add Comment
Please, Sign In to add comment