-
`GoalLookAtBlock.isEnd` uses `world.raycast` to check if the target is visible from the current node. `world.raycast` only checks for collision boxes, not selection boxes.
These pages explain the…
-
I think it's just an error that I made, or setGoal really doesn't work on the goal_reached event.
Here's my code:
```
const { pathfinder, goals, Movements } = require('mineflayer-pathfinder');
con…
-
- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue that I have been able to find
## Detailed description of a problem
I am…
-
web-inventory doesnt works on python
![image](https://user-images.githubusercontent.com/97786475/212441126-c7b12aba-659f-422e-864a-5d0e789575cf.png)
Requires in my code:
mineflayer = require('min…
-
I'm running into a pathfinding issue where the bot is getting stuck trying to follow a path out of a hole which requires walking forward and jumping once, then turning around and jumping again.
- I'v…
-
- [x] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
- server: spigot 1.16.5
I use bot.setControlState('forward', tr…
-
I expected to bot go in a square but it just goes randomly and then leaves the server, simply bot dont obey to code and literally breaks/puts block randomly
I also check that is the coordinates are t…
-
I'm running into an where my bot is getting stuck trying to follow a path out of a hole which requires walking forward and jumping once, then turning around and jumping again.
- I've ensured I have a…
-
- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
## Versions
- mineflayer: idk how to find it
- server: Paper
- n…
-
Hi, I have a section of the code that tells the bot to follow a user using `GoalFollow`, but for some reason my implementation of pathfinder just doesn't seem to work. My bot would sometimes stop for …