Find a file
Kolby Nottingham e034ea8b1f
Merge pull request #13 from kolbytn/routine
Merge events into main
2023-12-20 20:41:27 -08:00
agent_code no code return, placeblock more reliable 2023-11-12 23:19:58 -06:00
bots simplify profiles and events 2023-12-20 16:30:05 -08:00
controller sendThouhgt fix 2023-12-20 20:41:15 -08:00
patches patches, placeblock, collectblock 2023-12-04 21:33:40 -06:00
utils sendThouhgt fix 2023-12-20 20:41:15 -08:00
.gitignore bot profiles 2023-12-12 19:50:52 -08:00
agent.js simplify profiles and events 2023-12-20 16:30:05 -08:00
main.js fixed restart 2023-12-12 13:39:35 -06:00
package.json added parent process + crash restarts 2023-12-08 16:18:20 -06:00
README.md patches, placeblock, collectblock 2023-12-04 21:33:40 -06:00

Mindcraft

Crafting minds for Minecraft with AI!

Installation

Install Node.js >= 14 from nodejs.org

Install node modules with npm install

Usage

Start minecraft server on localhost port 55916

Add OPENAI_API_KEY (and optionally OPENAI_ORG_ID) to your environment variables.

run node main.js

Patches

Some of the node modules that we depend on have bugs in them. To add a patch, change your local node module file and run npx patch-package [package-name]