Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clicking and fishing API #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

FliegendeWurst
Copy link

Also fixes a bunch of warnings. Let me know if I should change something :)

Copy link
Owner

@arpruss arpruss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tell me more about the use cases for the clicking and fishing.

@FliegendeWurst
Copy link
Author

For example, you could create an automatic fishing bot:

while True:
    mc.player.clickRight()
    mc.player.pollFish()
    mc.player.clickRight()

Copy link
Owner

@arpruss arpruss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer the stdout logging method: it nicely integrates into the Forge logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants