Advertisement
DaBananaboat

[FTB] Direwolf20's water collector for peatfarms

Apr 14th, 2013
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. turtle.select(1)
  3. while true do
  4.   turtle.suckUp()
  5.   m.suckDown()
  6.   m.pack()
  7.   turtle.dropUp()
  8.   sleep(3)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement