Commit 339c5bb7 by Jonathan Thomas

Removed unneeded install step. Fabric API is now included in our build.

parent cbb9407e
Pipeline #12006 passed with stage
in 19 seconds
......@@ -18,12 +18,9 @@ Looking to enrich your Minecraft journey with deep conversations and lasting all
## Installation
1. **Install Fabric Loader**: Follow the instructions [here](https://fabricmc.net/use/).
2. **Download Fabric API**: Get the version which we support (refer to `gradle.properties` for supported Minecraft and Fabric versions)
from [Modrinth](https://modrinth.com/mod/fabric-api)
or [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api).
3. **Install CreatureChat Mod**: Place `creaturechat-*.jar` and `fabric-api-*.jar` into your `.minecraft/mods`
1. **Install CreatureChat Mod**: Place `creaturechat-*.jar` and `fabric-api-*.jar` into your `.minecraft/mods`
folder.
4. **Create an OpenAI API key**: Visit https://platform.openai.com/api-keys, and use the `+ Create new secret key` button.
1. **Create an OpenAI API key**: Visit https://platform.openai.com/api-keys, and use the `+ Create new secret key` button.
Copy/Paste your key into the `/creaturechat key set <your-secret-key-here>` command.
By default, we use the `gpt-3.5-turbo`, although we support most models. Review pricing at
https://openai.com/pricing#language-models.
......@@ -60,11 +57,11 @@ When Fabric or Minecraft is updated, the build dependencies need to also
be updated. Below are the general steps for this upgrade process.
1. Visit https://fabricmc.net/develop for updated version #s
2. Copy/paste the recommended versions into `gradle.properties`
3. **Optional:** Update the Loom version in `build.gradle`
4. Re-build: `./gradlew build` and watch for any errors
5. Re-run: `./gradlew runClient`
6. **Optional:** Re-start **IntelliJ IDEA** to clear cached gradle
1. Copy/paste the recommended versions into `gradle.properties`
1. **Optional:** Update the Loom version in `build.gradle`
1. Re-build: `./gradlew build` and watch for any errors
1. Re-run: `./gradlew runClient`
1. **Optional:** Re-start **IntelliJ IDEA** to clear cached gradle
## Authors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment