2023-08-15 23:39:02 -07:00
# Mindcraft
Crafting minds for Minecraft with AI!
## Installation
Install Node.js >= 14 from [nodejs.org ](https://nodejs.org/ )
2023-09-04 17:01:04 -05:00
Install node modules with `npm install`
2023-08-15 23:39:02 -07:00
## Usage
Start minecraft server on localhost port `55916`
Add `OPENAI_API_KEY` (and optionally `OPENAI_ORG_ID` ) to your environment variables.
2023-09-04 17:01:04 -05:00
run `node main.js`
2023-11-27 21:07:52 -06:00
2023-12-04 21:33:40 -06:00
## Patches
2023-11-27 21:07:52 -06:00
2023-12-04 21:33:40 -06:00
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]`