INCSlayer

turtle energy cell

Dec 18th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("left) then
  3.     turtle.dig()
  4.     turtle.dropDown()
  5. end
  6. if not redstone.getInput("left") then
  7.     turtle.place()
  8. end
  9. os.sleep(2)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment