Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tArgs = { ... }
- local adv = tonumber(tArgs[1])
- local up = tonumber(tArgs[2])
- --
- function inventory()
- if turtle.getItemCount(1) == 0 then
- turtle.select(2)
- end
- end
- for i= 1, adv do
- inventory()
- turtle.placeDown()
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment