A high-level, general purpose and modular minecraft bot using hot re-loadable (without restarting the bot!) plugins. Batteries included, launch to run!
Go to file
jay 1597acca72 fix(eater): 🥅 catch async error on full food
Attempt to fix async error returned by `bot.consume`.
Fixed by wrapping in a `try{}` block and using `.catch`.
Still don't know why or how this works 🤷.
2021-03-22 17:32:56 +05:00
.vscode ci: 🔧 add vscode conventional commits scopes 2021-03-22 14:51:02 +05:00
lib fix(eater): 🥅 catch async error on full food 2021-03-22 17:32:56 +05:00
.gitignore feat(statemachine): 🚧 first draft of new xstate based statemachine implementation 2021-03-22 14:32:08 +05:00
package.json build: ⬆️ update deps 2021-03-22 15:59:22 +05:00