mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-23 16:35:19 +02:00
clarified mc version
This commit is contained in:
parent
a740fe797e
commit
31450fd00c
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ This project allows an AI model to write/execute code on your computer that may
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [OpenAI API Subscription](https://openai.com/blog/openai-api)
|
- [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)
|
- [Node.js](https://nodejs.org/) (at least v14)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -20,6 +20,8 @@ Clone/Download this repository
|
||||||
|
|
||||||
Run `npm install`
|
Run `npm install`
|
||||||
|
|
||||||
|
Install the minecraft version specified in `settings.json`, currently supports up to 1.20.2
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Start a minecraft world and open it to LAN on localhost port `55916`
|
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
|
## 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]`
|
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]`
|
||||||
|
|
Loading…
Add table
Reference in a new issue