mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-10 17:25:34 +02:00
adding long timeout tasks for llama evaluation
This commit is contained in:
parent
11db49ce78
commit
f2355f16be
5 changed files with 8142 additions and 0 deletions
BIN
tasks/.DS_Store
vendored
BIN
tasks/.DS_Store
vendored
Binary file not shown.
|
@ -12,6 +12,7 @@ const bot = mineflayer.createBot({
|
||||||
|
|
||||||
bot.on('spawn', async () => {
|
bot.on('spawn', async () => {
|
||||||
console.log("Bot spawned. Starting blueprint check...");
|
console.log("Bot spawned. Starting blueprint check...");
|
||||||
|
// set this to be minX, minY, minZ
|
||||||
const startCoord = {
|
const startCoord = {
|
||||||
x: -60,
|
x: -60,
|
||||||
y: 1,
|
y: 1,
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue