oCH1N0o

Melee turtle xp farm

Jan 15th, 2013
1,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. print("ch1n0's Auto xp farm enabled.")
  2. print("Place a chest to the left of the turtle for storage.")
  3. while true do
  4.  turtle.attack()
  5.  turtle.suck()
  6.    if turtle.getItemCount(16) > 0 then
  7.    turtle.turnLeft()
  8.    for i=1,16 do
  9.    turtle.select(i)
  10.    turtle.drop()
  11. end
  12.    turtle.turnRight()
  13.    turtle.select(1)
  14. end
  15. end
  16. -- by ch1n0
Advertisement
Add Comment
Please, Sign In to add comment