fix(minecraft): fix behavior rules not loaded

This commit is contained in:
Rin
2026-02-18 11:12:02 +08:00
committed by Neko Ayaka
parent 07f65950a6
commit 8d68af30b0
@@ -62,7 +62,7 @@ export function createAgentContainer(options: {
eventBus,
logger: useLogg('ruleEngine').useGlobalConfig(),
config: {
rulesDir: new URL('../rules', import.meta.url).pathname,
rulesDir: new URL('./rules', import.meta.url).pathname,
slotMs: 20,
},
})