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

Stuck in dripstone #328

Open
Maks-gaming opened this issue Jul 1, 2023 · 1 comment
Open

Stuck in dripstone #328

Maks-gaming opened this issue Jul 1, 2023 · 1 comment

Comments

@Maks-gaming
Copy link

image

@Midnighttreason
Copy link

I had this exact same problem. I tried fixing it by avoiding pointed_dripstone entirely by using the blocksToAvoid function that mineflayer-pathfinder offers But I could not get it to work for the life of me even with the help of this thread #24
The thing that fixed it for me was going to this file
node_modules\minecraft-data\minecraft-data\data\pc\1.19.4\blockCollisionShapes.json
And change the collision shape of pointed_dripstone from
"pointed_dripstone": [
3654,
3655,
3656,
3657,
3658,
3659,
3660,
3661,
3662,
3663,
3664,
3665,
3666,
3667,
3668,
3669,
3670,
3671,
3672,
3673
]
to
"pointed_dripstone": 1,

Just make sure that you're modifying the correct file based on the minecraft version.

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

No branches or pull requests

2 participants