Advertisement
Guest User

startup

a guest
Mar 27th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. turtle.select(4)
  2. while true do
  3.  if turtle.getItemCount(2) >= 2 then
  4.   turtle.craft()
  5.   sleep(0.2)
  6.  else
  7.   sleep(1)
  8.  end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement