Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Creates the Infinite Loop
- while true do
- --Rotates the Turtle
- turtle.turnLeft()
- --Attacks stuff in Front and On Top of it
- turtle.attack()
- turtle.attackUp()
- --Empties the Turtle into Bottom Transposer or Pipe
- for z = 1,16 do
- turtle.select(z)
- turtle.dropDown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement