Tbonetomtom

AttackFarm

Dec 8th, 2020 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. while true do
  2.     while turtle.detect() do
  3.             for i = 1,16 do
  4.                 turtle.select(i)
  5.                 turtle.drop()
  6.             end
  7.         turtle.turnRight()
  8.         turtle.turnRight()
  9.     end
  10.     turtle.attack()
  11.     turtle.forward()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment