Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --GLAVNI PROGRAM
- while true do
- shell.run("partCut")
- turtle.forward()
- turtle.select(1)
- turtle.suck()
- turtle.drop(turtle.getItemCount(1)-4)
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.turnRight()
- turtle.place()
- turtle.turnLeft()
- turtle.back()
- turtle.place()
- turtle.turnRight()
- turtle.place()
- turtle.turnLeft()
- turtle.back()
- turtle.place()
- turtle.up()
- while not turtle.detect() do
- sleep(1)
- end
- turtle.down()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement