Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function BucketChecker()
- while turtle.getItemCount(1) < 1 do
- sleep(60)
- end
- function MilkCow()
- turtle.place()
- end
- function PlaceFilledBucketinMachine()
- turtle.dropUp()
- sleep(5)
- end
- while true do
- BucketChecker()
- MilkCow()
- PlaceFilledBucketinMachine()
- end
Advertisement
Add Comment
Please, Sign In to add comment