Advertisement
Guest User

feed.lua

a guest
Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     turtle.select(1)
  3.     turtle.drop(1)
  4.     sleep(15)
  5.     turtle.select(2)
  6.     turtle.drop(1)
  7.     sleep(20)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement