Advertisement
Schneiderism

[FTB Turtle] Simple Kill Program

Nov 23rd, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --[[ Simple Kill Program: [Melee Turtle] ]]
  2.  
  3. while true do
  4. turtle.attack()
  5. turtle.select(16)
  6. turtle.dropDown()
  7. turtle.select(15)
  8. turtle.dropDown()
  9. end
  10. --[[ *This requires a chest to be placed below the turtle for items to be dropped into. The chest must also be watched
  11. 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