Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.up()
- for i=1,8,1 do
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.turnLeft()
- turtle.forward()
- place()
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.turnRight()
- turtle.forward()
- turtle.turnRight()
- turtle.turnRight()
- place()
- end
- function place()
- turtle.select(1)
- while turtle.getItemCount()==0 do
- turtle.select(turtle.getSelectedSlot()+1)
- end
- turtle.placeDown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement