mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-09 16:55:34 +02:00
cleanup
This commit is contained in:
parent
e22b1e6e4a
commit
395b387cbe
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,5 @@ node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
temp.js
|
temp.js
|
||||||
scratch.js
|
scratch.js
|
||||||
# ignore eveything in agent_code except for 0.js
|
|
||||||
agent_code/**
|
agent_code/**
|
||||||
!agent_code/template.js
|
!agent_code/template.js
|
|
@ -1,6 +1,6 @@
|
||||||
import * as skills from '../utils/skills.js';
|
import * as skills from '../utils/skills.js';
|
||||||
import * as world from '../utils/world.js';
|
import * as world from '../utils/world.js';
|
||||||
|
// this file is currently unused
|
||||||
export async function main(bot) {
|
export async function main(bot) {
|
||||||
// agent's code goes here
|
// agent's code goes here
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { createBot } from 'mineflayer';
|
||||||
import { pathfinder } from 'mineflayer-pathfinder';
|
import { pathfinder } from 'mineflayer-pathfinder';
|
||||||
import { plugin } from 'mineflayer-collectblock';
|
import { plugin } from 'mineflayer-collectblock';
|
||||||
|
|
||||||
const mc_version = '1.20.1'
|
const mc_version = '1.19.3'
|
||||||
let mcdata = minecraftData(mc_version);
|
let mcdata = minecraftData(mc_version);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue