Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shasankp000 committed Aug 19, 2024
2 parents 9c56aba + 16f9cdd commit 05204c7
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,38 @@ https://github.com/user-attachments/assets/d6cd7d86-9651-4e6f-b14a-56332206a440

## For playing the game, download the jar file either from modrinth or the releases section and go directly to step 6.

**For users who have used the mod before, transitioning to version 1.0.2-hotfix-2**

```
1. Go to your game folder (.minecraft)/config and you will find a settings.json5 file.
Delete that
2.(If you have run the previous 1.0.2 version already then) again go back to your .minecraft. you will find a folder called "sqlite_databases". Inside that is a file called memory_agent.db
3. Delete that as well.
4. Install the models, mistral, llama2 and nomic-embed-text
5.Then run the game
6. Inside the game run /configMan to set the language model to llama2.
Then spawn the bot and start talking!
```

---
# Buidling the project from intellij

Step 1. Download Java 21.

This project is built on java 21 to support carpet mod's updated API.

Go to: https://bell-sw.com/pages/downloads/#jdk-21-lts

Click on Download MSI and finish the installation process.
Click on Download MSI and finish the installation process. [Windows]

![image](https://github.com/user-attachments/assets/8cf3cbe1-91a9-4d7e-9510-84723d928025)

**For linux users, depending on your system install openjdk-21-jdk package.**


Step 2. Download IntelliJ idea community edition.

Expand Down

0 comments on commit 05204c7

Please sign in to comment.