LookAtMySuitBot/js/digging.js

9 lines
219 B
JavaScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
const bot = require('./bot').get()
const { Vec3 } = require('vec3')
const { pathfinder, Movements, goals: { GoalNear } } = require('mineflayer-pathfinder')
module.exports = {
digArea: function(pos1, pos2){
}
}