Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local slot = 1
- for i=0,i<25,1 do
- for i=0,i<25,1 do
- if turtle.getItemCount(slot) == 0 then
- slot = slot + 1
- turtle.select(slot)
- end
- turtle.forward()
- turtle.digDown()
- turtle.placeDown()
- end
- for i=0,i<25,1 do
- turtle.back()
- end
- turtle.turnRight()
- turtle.forward()
- turtle.digDown()
- turtle.placeDown()
- turtle.turnLeft()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement