Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
xieleo5 authored Jun 6, 2023
2 parents 6c568d0 + 7735163 commit 441ecd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/fabric_mods_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ In this tutorial, we will install the Fabric launcher and 5 mods. Remember to us
1. You can download the latest Fabric Installer from [here](https://fabricmc.net/use/installer/). For Windows users, just download the `.exe` file. For Mac or Ubuntu users, download the jar file and call `java -jar fabric-installer-0.11.2.jar` to install. Select game version to be `1.19` and loader version to be `0.14.18`. It will automatically detect your Minecraft game install location.
2. After installing Fabric, you will have a `YOUR_MINECRAFT_GAME_LOCATION/mods` folder. You need to put all the mods under this folder. Also, you will have a `YOUR_MINECRAFT_GAME_LOCATION/versions/fabric-loader-0.14.18-1.19`. This is the version you will run the game with.
3. Here are 4 mods that can be directly downloaded to `YOUR_MINECRAFT_GAME_LOCATION/mods` folder:
* [Fabric API](https://modrinth.com/mod/fabric-api): Basic Fabric APIs.
* [Fabric API](https://modrinth.com/mod/fabric-api/version/0.58.0+1.19): Basic Fabric APIs.
* [Mod Menu](https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.4/modmenu-4.0.4.jar): Used to manage all the mods that you download.
* [Complete Config](https://www.curseforge.com/minecraft/mc-mods/completeconfig/download/3821056): Dependency of server pause.
* [Multi Server Pause](https://www.curseforge.com/minecraft/mc-mods/multiplayer-server-pause-fabric/download/3822586): Used to pause the server when waiting for GPT-4 to reply.
Expand Down
3 changes: 2 additions & 1 deletion skill_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

* [daswer123/Voyager_checkpoint](https://github.com/daswer123/Voyager_checkpoint)
* [swen128/Voyager_checkpoint](https://github.com/swen128/Voyager_checkpoint)
* [DeveloperHarris/voyager_checkpoint](https://github.com/DeveloperHarris/voyager_checkpoint)

### How to resume from a community contribution
First, you need to clone or download their repo. Then, the resume is the same as using ours skill libraries. Just set `skill_library_dir=COMMUNITY_CKPT_DIR` where `COMMUNITY_CKPT_DIR` is the ckpt dir inside the folder you just downloaded.
Expand Down Expand Up @@ -40,4 +41,4 @@ After you run the learning process, you will see a checkpoint directory like:
└── vectordb
```

Only `YOUR_CKPT_DIR/skill` is a learned skill library, which you can share with others. Create a pull request and add your skill library link to this page.
Only `YOUR_CKPT_DIR/skill` is a learned skill library, which you can share with others. Create a pull request and add your skill library link to this page.

0 comments on commit 441ecd8

Please sign in to comment.