Advertisement
Art1985

inventory

Jul 16th, 2020
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --inventory api
  2.  
  3. function askToEmpty( )
  4.     while turtle.getItemCount(16) > 0 do
  5.         term.clear()
  6.         term.setCursorPos(1,1)
  7.         print("Please clear inventory for additional space")
  8.         sleep(5)
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement