LITTLEJAMO

Plant

Sep 23rd, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while true do
  2. turtle.inspect()
  3. if "minecraft:air" then
  4. while "minecraft:air" do
  5. turtle.select(1)
  6. turtle.place()
  7. end
  8. end
  9. end
  10.  
  11. while true do
  12. turtle.inspect()
  13. if "minecraft:wood" then
  14. while "minecrraft:wood" do
  15. turtle.dig()
  16. end
  17. turtle.up()
  18. end
  19.  
  20. if "turle.detectUp" then
  21. while "turtle.detectUp" do
  22. turle.digUp()
  23. end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment