Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i=1
- turtle.select(1)
- function place()
- if turtle.getItemCount(i)>0 then
- turtle.place()
- else
- i=i+1
- turtle.select(i)
- turtle.placeDown()
- end
- end
- while i<17 do
- place()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement