mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
8 lines
270 B
JavaScript
8 lines
270 B
JavaScript
import * as skills from '../utils/skills.js';
|
|
import * as world from '../utils/world.js';
|
|
import Vec3 from 'vec3';
|
|
|
|
export async function main(bot) {
|
|
/* CODE HERE */
|
|
return true; // potentially redundant return statement, in case agent doesn't return anything
|
|
}
|