ScoutMaester

Untitled

Jan 4th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. ironCount = 0
  2.     local data = turtle.getItemDetail()
  3.     for i = 1,16 do
  4.         turtle.select(i)
  5.         turtle.getItemDetail()
  6.         print(data.name)
  7.     end
  8.     print(ironCount)
Add Comment
Please, Sign In to add comment