In this tutorial, we will install the Fabric launcher and 5 mods. Remember to use the correct Fabric version that matches your game version (1.19) of all the mods.
-
You can download the latest Fabric Installer from here. For Windows users, just download the
.exe
file. For Mac or Ubuntu users, download the jar file and calljava -jar fabric-installer-0.11.2.jar
to install. Select game version to be1.19
and loader version to be0.14.18
. It will automatically detect your Minecraft game install location. -
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 aYOUR_MINECRAFT_GAME_LOCATION/versions/fabric-loader-0.14.18-1.19
. This is the version you will run the game with. -
Here are 4 mods that can be directly downloaded to
YOUR_MINECRAFT_GAME_LOCATION/mods
folder:- Fabric API: Basic Fabric APIs.
- Mod Menu: Used to manage all the mods that you download.
- Complete Config: Dependency of server pause.
- Multi Server Pause: Used to pause the server when waiting for GPT-4 to reply.
-
For the last mod Better Respawn, you need to manually clone and compile.
- After you clone the repo, remove the
'forge'
string in the last line ofsettings.gradle
. Then rungradlew build
to compile the mod. You will find the compiled jar file inbetter-respawn/fabric/build/libs/better-respawn-fabric-1.19-2.0.0.jar
. Put the jar file to the mod folder.- You will need a Java Runtime Environment v17+ to build
better-respawn
. Some newer JRE versions will error during build. Find the JRE v17 archive here.
- You will need a Java Runtime Environment v17+ to build
- After you launch the game, go to
YOUR_MINECRAFT_GAME_LOCATION/config/better-respawn
, and modify the properties file with:respawn_block_range=32 max_respawn_distance=32 min_respawn_distance=0
- After you clone the repo, remove the
-
Don't forget to change the
version
inazure_login
tofabric-loader-0.14.18-1.19
that you are using. You can find it underYOUR_MINECRAFT_GAME_LOCATION/version
folder.
You can return to README.md and getting started now.