From 31450fd00c25b6104d537bca8d3675b2a030fd96 Mon Sep 17 00:00:00 2001 From: Max Robinson Date: Sat, 17 Feb 2024 16:42:10 -0600 Subject: [PATCH] clarified mc version --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63477ff..c623c1d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project allows an AI model to write/execute code on your computer that may ## Requirements - [OpenAI API Subscription](https://openai.com/blog/openai-api) -- [Minecraft Java Edition](https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc) (at most v1.20.2) +- [Minecraft Java Edition](https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc) - [Node.js](https://nodejs.org/) (at least v14) ## Installation @@ -20,6 +20,8 @@ Clone/Download this repository Run `npm install` +Install the minecraft version specified in `settings.json`, currently supports up to 1.20.2 + ## Run Start a minecraft world and open it to LAN on localhost port `55916` @@ -39,4 +41,4 @@ You can configure details in `settings.json`. Here is an example settings for co ## 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]` \ No newline at end of file +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]`