Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --inventory
- --my first lua script...
- print( "There is "..(turtle.getFuelLevel()).." fuel" )
- for n=1,16 do
- print( "There are "..(turtle.getItemCount(n)).." items in slot "..(n) )
- end
- for n=1,16 do
- turtle.select(n)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement