Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Blaze feeder 9000")
- print("Feeding blazes since 2016")
- print("Made by: KatGaea")
- print("Version: 1.0")
- success, data = turtle.inspect()
- while(data.name ~= "chickens:roost")
- do
- turtle.turnLeft()
- print("Looking for the coal...")
- success, data = turtle.inspect()
- end
- print("Found coal!")
- while( true)
- do
- print("Feeding blazes...")
- print("Getting coal.")
- end
Advertisement
Add Comment
Please, Sign In to add comment