mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-02 22:55:20 +02:00
changed path in template
This commit is contained in:
parent
a6971a4c4a
commit
2af1fc16ee
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as skills from '../../../src/agent/skills.js';
|
||||
import * as world from '../../../src/agent/world.js';
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue