Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this is a program for a computercraft turtle, a part of a mod for minecraft
- x=0
- for z = 0, 1000000, 1 do
- for x = 0, 10, 1 do
- turtle.attack()
- sleep(0.5)
- end
- turtle.turnLeft()
- turtle.turnLeft()
- for y = 1, 16, 1 do
- turtle.drop()
- turtle.select(y)
- end
- turtle.turnLeft()
- turtle.turnLeft()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement