add mod installation guide
parent
e536f887f9
commit
ea264343ae
14
mods.md
14
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)
|
- 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
|
- [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)
|
- 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.
|
Loading…
Reference in New Issue