MrKinau / FishingBot

1.8 - 1.20.6 Fishing bot for Minecraft
GNU General Public License v3.0
321 stars 67 forks source link

move #195

Closed Kapoionoma closed 1 year ago

Kapoionoma commented 1 year ago

hello this bot is awesome but i cant make him look to the direction of the sea i had to teleport him 20+ times in order to make him look to the sea can you make a feature to navigate the direction of the sea ?

Artoria2e5 commented 1 year ago

Moving requires pathfinding which is out of scope. See https://github.com/MrKinau/FishingBot/issues/128#issuecomment-809429677.

Looking is an existing functionality /look. Right now you can't query where the sea is, but if you know the direction the command is enough.

MrKinau commented 1 year ago

As @Artoria2e5 already said. Moving is most likely not handled any time soon as it is quite complicated!