LeviCC

mana_gen

Jan 9th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while true do
  2.  
  3. if redstone.getInput("back") then
  4. turtle.dig()
  5. sleep(1)
  6. turtle.place()
  7. redstone.setOutput("bottom",true)
  8. sleep(4)
  9. redstone.setOutput("bottom",false)
  10. sleep(40)
  11. end
  12.  
  13. sleep(5)
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment