mindcraft/agent_code/template.js
MaxRobinsonTheGreat 395b387cbe cleanup
2023-11-07 13:06:16 -06:00

6 lines
189 B
JavaScript

import * as skills from '../utils/skills.js';
import * as world from '../utils/world.js';
// this file is currently unused
export async function main(bot) {
// agent's code goes here
}