Advertisement
electronic_steve

ccs: create line

Aug 6th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. turtle.refuel()
  2. slot=2
  3.  
  4. for i=1,64 do
  5. turtle.select(slot)
  6.  
  7. turtle.placeDown()
  8. turtle.forward()
  9. if turtle.getItemCount(slot)==0 then slot =slot+1
  10. end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement