Advertisement
peptide

REC - Give Power

Dec 11th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. while true do
  2.   if not turtle.detect() then
  3.     while not turtle.suckUp() do
  4.       sleep(1)
  5.     end
  6.     turtle.place()
  7.   end
  8.   while not peripheral.call("right","get")["No Energy"] do
  9.     sleep(1)
  10.   end
  11.   turtle.dig()
  12.   turtle.dropDown()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement