Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
339c5bb7
Commit
339c5bb7
authored
Apr 22, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unneeded install step. Fabric API is now included in our build.
parent
cbb9407e
Pipeline
#12006
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
README.md
README.md
+7
-10
No files found.
README.md
View file @
339c5bb7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment