mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-16 13:05:17 +02:00
Delete bots directory
This commit is contained in:
parent
74491e1523
commit
3badd59c78
3 changed files with 0 additions and 22 deletions
|
@ -1,6 +0,0 @@
|
|||
(async (bot) => {
|
||||
|
||||
/* CODE HERE */
|
||||
log(bot, 'Code finished.');
|
||||
|
||||
})
|
|
@ -1,10 +0,0 @@
|
|||
import * as skills from '../../../src/agent/library/skills.js';
|
||||
import * as world from '../../../src/agent/library/world.js';
|
||||
import Vec3 from 'vec3';
|
||||
|
||||
const log = skills.log;
|
||||
|
||||
export async function main(bot) {
|
||||
/* CODE HERE */
|
||||
log(bot, 'Code finished.');
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
(async (bot) => {
|
||||
|
||||
/* CODE HERE */
|
||||
log(bot, 'Code finished.');
|
||||
|
||||
})
|
Loading…
Add table
Reference in a new issue