Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- 2013 (c) psychedelixx
- Minecraft Turtle: Attack
- 2013-05-23
- Simple attack script
- Usage:
- - use turtle and type "label set <name>"
- (to give your turtle an unique name so it remembers its programs)
- - type "pastebin get F5XUtsWN atk"
- - type "atk"
- --]]
- i = 1
- while true do
- turtle.attack()
- turtle.suck()
- end
Advertisement
Add Comment
Please, Sign In to add comment