mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-25 09:25:23 +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
|
||||
temp.js
|
||||
scratch.js
|
||||
# ignore eveything in agent_code except for 0.js
|
||||
agent_code/**
|
||||
!agent_code/template.js
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ import { createBot } from 'mineflayer';
|
|||
import { pathfinder } from 'mineflayer-pathfinder';
|
||||
import { plugin } from 'mineflayer-collectblock';
|
||||
|
||||
const mc_version = '1.20.1'
|
||||
const mc_version = '1.19.3'
|
||||
let mcdata = minecraftData(mc_version);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue