player:tutorials:adding_mods
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
player:tutorials:adding_mods [2022/03/21 01:29] – ↷ Page moved from tutorial:adding_mods to player:tutorials:adding_mods solidblock | player:tutorials:adding_mods [2024/08/25 11:36] (current) – solidblock | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Adding Mods ====== | + | [[https:// |
- | For a list of Fabric mods, you can go to the mod-hosting sites [[https:// | + | ====== Installing Mods ====== |
- | ===== Client ===== | + | Mods can be found on [[https:// |
- | To add a mod to your Fabric client, navigate to the mods folder inside your Minecraft directory. If it does not exist, create it now. Download the JAR of the mod you want, and drop it into this folder. Most mods will require Fabric API; you can place the JAR for the API in /mods as well. | + | You can sometimes find mods on GitHub and GitLab, however |
+ | As with all modifications, | ||
- | ===== Server | + | Be aware that some mods depend on other mods to work. When downloading a mod file, click on the file name, go to the bottom of the page and check out if there is a " |
+ | |||
+ | Usually older version mods will work fine in newer versions of MC/Fabric, for example 1.14 and 1.14.1 mods may work fine in 1.14.2 MC/Fabric, so feel free to test them out. This is no longer the case with 1.19.x and above, however. | ||
+ | |||
+ | ===== Video Tutorial | ||
+ | See the video tutorial by Kennas [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Modrinth ===== | ||
+ | |||
+ | To download a mod from Modrinth, firstly find the mod you want to download: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Click on the **versions** tab of the project, this will show a list of all mod versions you can download. | ||
+ | |||
+ | To make sure you don't download the incorrect file, select the '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The version at the top of the list //usually// is the latest version. Click the download button to download the mod jar file. | ||
+ | |||
+ | ===== CurseForge ===== | ||
+ | |||
+ | To download a mod from CurseForge, find the mod you want to download. | ||
+ | |||
+ | When searching for mods on CurseForge, make sure to select the '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Once you've found a project, head to the '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Again, you will need to select the correct game version and set the mod loader filter to '' | ||
+ | |||
+ | The top most version is usually the latest, however you should always double check. | ||
+ | |||
+ | To download the version, click on the three dots to the right of the version and press '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===== Installing ===== | ||
+ | |||
+ | ==== Minecraft Launcher (official) ==== | ||
+ | |||
+ | If you are using the official Minecraft Launcher, move the downloaded JAR file into your '' | ||
+ | |||
+ | * Windows - '' | ||
+ | * macOS - '' | ||
+ | * Linux - '' | ||
+ | |||
+ | ==== Prism Launcher ==== | ||
+ | |||
+ | If you are using Prism Launcher, you can find your mods folder by clicking on the '' | ||
+ | |||
+ | Head to the '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== GDLauncher ==== | ||
+ | |||
+ | If you are using GDLauncher, you can add mods on your instance settings page. Just click on '' | ||
- | To add a mod to your Fabric server, navigate to the mods folder inside your server installation. If it does not exist, create it now. Download the JAR of the mod you want, and drop it into this folder. Most mods will require Fabric API; you can place the JAR for the API in /mods as well. |
player/tutorials/adding_mods.1647826193.txt.gz · Last modified: 2022/03/21 01:29 by solidblock