Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("ch1n0's Auto xp farm enabled.")
- print("Place a chest to the left of the turtle for storage.")
- while true do
- turtle.attack()
- turtle.suck()
- if turtle.getItemCount(16) > 0 then
- turtle.turnLeft()
- for i=1,16 do
- turtle.select(i)
- turtle.drop()
- end
- turtle.turnRight()
- turtle.select(1)
- end
- end
- -- by ch1n0
Advertisement
Add Comment
Please, Sign In to add comment