Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = {...}
- if #tArgs == 0 then
- tArgs[1] = 1
- end
- turtle.select(tonumber(tArgs[1]))
- local d = turtle.getItemDetail()
- print(d.name)
- print(" >"..d.damage)
- print(" #"..d.count)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement