Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Simple Kill Program: [Melee Turtle] ]]
- while true do
- turtle.attack()
- turtle.select(16)
- turtle.dropDown()
- turtle.select(15)
- turtle.dropDown()
- end
- --[[ *This requires a chest to be placed below the turtle for items to be dropped into. The chest must also be watched
- to prevent it from overflowing and breaking the system. This only attacks one block in front of the turtle ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement