PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.89k stars 897 forks source link

How can i make Mineflayer auto-eating? #1023

Closed ghost closed 4 years ago

ghost commented 4 years ago

Versions

I want that my afk-bot is eating automatically, how can i make that? It should eat when having 3 hunger points.

AlexProgrammerDE commented 4 years ago

@MikeMottonix take a look at this two parts of the api:

  1. http://mineflayer.prismarine.js.org/#/api?id=botfood
  2. http://mineflayer.prismarine.js.org/#/api?id=botconsumecallback
ghost commented 4 years ago

Thanks bzw. Danke