Advertisement
Ignius12

Inspection Test

Aug 4th, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. local success, data = turtle.inspectDown()
  3.  
  4. if success then
  5. print("Block name: ", data.name)
  6. print("Block state: ", data.state.age)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement