Skip to content

Commit

Permalink
Fix Fabric API link
Browse files Browse the repository at this point in the history
Added a working link to download the Fabric API
  • Loading branch information
JesseRWeigel authored May 27, 2023
1 parent 6f6ed20 commit 35c1c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/mod` 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/mod` folder:
* [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api/download/3891323): Basic Fabric APIs.
* [Fabric API](https://modrinth.com/mod/fabric-api): 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 All @@ -19,4 +19,4 @@ In this tutorial, we will install the Fabric launcher and 5 mods. Remember to us
```
5. Don't forget to change the `version` in `azure_login` to `fabric-loader-0.14.18-1.19` that you are using. You can find it under `YOUR_MINECRAFT_GAME_LOCATION/version` folder.
You can return to [README.md](../README.md#getting-started) and getting started now.
You can return to [README.md](../README.md#getting-started) and getting started now.

0 comments on commit 35c1c06

Please sign in to comment.