rungholt

tcheckinventory

Mar 1st, 2021 (edited)
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local data = turtle.getItemDetail()
  2.     if data then
  3.         print("Item name: ", data.name)
  4.         print("Item count: ", data.count)
  5.         print("Items remaining: ", turtle.getItemSpace())
  6. end
  7.  
Add Comment
Please, Sign In to add comment