UNPKG

mineflayer-auto-eat

Version:
8 lines (7 loc) 250 B
import { EatUtil } from './new.js'; import utilPlugin from '@nxg-org/mineflayer-util-plugin'; export function loader(bot) { if (!bot.hasPlugin(utilPlugin.default)) bot.loadPlugin(utilPlugin.default); bot.autoEat = new EatUtil(bot); }