Find a file
MaxRobinsonTheGreat 69a49f9803 autoeat
2024-01-14 14:35:04 -06:00
bots cleaned init params 2023-12-21 20:52:18 -07:00
patches patches, placeblock, collectblock 2023-12-04 21:33:40 -06:00
src improved defend 2024-01-14 14:33:37 -06:00
.gitignore cleaned init params 2023-12-21 20:52:18 -07:00
main.js cleaned init params 2023-12-21 20:52:18 -07:00
package.json autoeat 2024-01-14 14:35:04 -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]