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

Avoiding (pathfinding around) certain blocks #3

Open
fatboychummy opened this issue Oct 30, 2023 · 0 comments
Open

Avoiding (pathfinding around) certain blocks #3

fatboychummy opened this issue Oct 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fatboychummy
Copy link
Member

In some modded instances, the turtle is unable to mine more blocks than just bedrock. Because of this, the turtle can get stuck underground. We can currently exclude these blocks, but the turtle will not actively avoid them.

I would like to avoid adding a pathfinding algorithm into this project, as it'll be a fair amount of extra code and complexity for very little usage. I can probably add it in such a way that it won't actively effect anything unless you include the avoid flag, but at this moment I'm unsure how much it's even needed.

If there's enough support I will definitely look into adding this, but for now I will wait.

@fatboychummy fatboychummy added enhancement New feature or request help wanted Extra attention is needed labels Oct 30, 2023
@fatboychummy fatboychummy self-assigned this Oct 30, 2023
@fatboychummy fatboychummy moved this to Todo in The Dog House Oct 30, 2023
@fatboychummy fatboychummy moved this from Todo to Backlog in The Dog House Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant