EphemeralKap

Untitled

Dec 5th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("right") then
  3. if turtle.getItemCount(1) > 0 then
  4. turtle.select(1)
  5. turtle.placeDown()
  6. turtle.dropUp()
  7. sleep(0.2)
  8. end
  9. sleep(0.2)
  10. else
  11. sleep(5)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment