Advertisement
Wihad

CC getName

May 2nd, 2023 (edited)
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | Gaming | 0 0
  1. while true do
  2.     item = turtle.getItemDetail(1)
  3.     if item then
  4.         term.clear()
  5.         term.setCursorPos(1,1)
  6.         term.write(item.name)
  7.     end
  8.     sleep(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement