nekosune

Untitled

Dec 10th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. print("Blaze feeder 9000")
  2. print("Feeding blazes since 2016")
  3. print("Made by: KatGaea")
  4. print("Version: 1.0")
  5.  
  6. success, data = turtle.inspect()
  7.  
  8. while(data.name ~= "chickens:roost")
  9. do
  10. turtle.turnLeft()
  11. print("Looking for the coal...")
  12. success, data = turtle.inspect()
  13. end
  14. print("Found coal!")
  15.  
  16. while( true)
  17. do
  18. print("Feeding blazes...")
  19. print("Getting coal.")
  20. end
Advertisement
Add Comment
Please, Sign In to add comment