Skip to content

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