From ea264343aeb377055a460b3d1cb9b2d422e0ffd6 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Mon, 16 May 2022 13:11:33 +0200 Subject: [PATCH] add mod installation guide --- mods.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mods.md b/mods.md index 7e3a577..337e926 100644 --- a/mods.md +++ b/mods.md @@ -35,3 +35,17 @@ All the mods listed below require the [Fabric mod loader](https://fabricmc.net/u - requires [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib) - [Litematica Printer](https://github.com/aleksilassila/litematica-printer/releases): places blocks for Litematica schematics automatically - requires [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica), [MaLiLib](https://www.curseforge.com/minecraft/mc-mods/malilib) + +## Installation + +Installation of fabric mods works exactly as with Forge mods. + +Here is a short list of steps: +1. Install [Fabric Loader](https://fabricmc.net/use) +2. (optional) Create a separate profile in the Minecraft launcher + - Go to the `Installations` tab + - `New Installation` + - Enter a name, set the version to the previously installed Fabric Loader, change the game directory to a separate directory to keep things clean in your main `.minecraft` directory + - `Create` +3. Put the mods in the `mods` folder inside the game directory (launch Minecraft once with this profile if it doesn’t exist, then close it again) +4. You should be all set. Launch Minecraft and enjoy your mods. The launcher may complain about Minecraft being modded because ... well... it is. Duh. \ No newline at end of file