Fixed references to Idle.js
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 16s
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 16s
This commit is contained in:
parent
fe489303bf
commit
ce8b24629f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// states/Idle.js
|
// states/Idle.js
|
||||||
const { getBot, getActiveTask, isCombatLocked } = require('../core/context');
|
const { getBot, getActiveTask, isCombatLocked, getStateMachine } = require('../core/context');
|
||||||
|
|
||||||
const { GoalNear } = require('mineflayer-pathfinder').goals;
|
const { GoalNear } = require('mineflayer-pathfinder').goals;
|
||||||
const { getHomeZone } = require('../memory/locations');
|
const { getHomeZone } = require('../memory/locations');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue