User Tools

Site Tools


player:tutorials:adding_mods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
player:tutorials:adding_mods [2022/03/21 01:29] – external edit 127.0.0.1player:tutorials:adding_mods [2023/12/16 08:06] – Added Video Tutorial kennas
Line 1: Line 1:
-====== Adding Mods ======+====== Installing Mods ====== 
 + 
 +Mods can be found on [[https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7499&filter-sort=4|CurseForge]] or [[https://modrinth.com/mods?q=&f=categories%3Afabric|Modrinth]] 
 + 
 +You can sometimes find mods on GitHub and GitLab, however this may be difficult for non-developers. 
 + 
 +As with all modifications, make sure you trust the mod you're downloading before installing it! 
 + 
 +===== Video Tutorial ===== 
 +See the video tutorial by Kennas [[https://youtu.be/JhReN8KykY0|here]] or click the image below: 
 + 
 +[[https://youtu.be/JhReN8KykY0|{{:player:tutorials:install_mcl:yt01.jpg?direct|YouTube}}]] 
 + 
 + 
 +---- 
 + 
 +===== Modrinth ===== 
 + 
 +To download a mod from Modrinth, firstly find the mod you want to download: 
 + 
 +{{:player:tutorials:modrinth_project.png?nolink&550|}} 
 + 
 +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 ''Fabric'' and game version filter for the version of Minecraft you are using. For example: 1.19.4 
 + 
 +{{:player:tutorials:modrinth_filtered_versions.png?nolink&550|}} 
 + 
 +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 ''Fabric'' and game version filter in the search sidebar: 
 + 
 +{{:player:tutorials:curseforge_search_filters.png?nolink&350|}} 
 + 
 +Once you've found a project, head to the ''Files'' tab which can be found just under the project title. 
 + 
 +{{:player:tutorials:curseforge_filtered_versions.png?nolink&550|}} 
 + 
 +Again, you will need to select the correct game version and set the mod loader filter to ''Fabric'' to ensure you don't download the wrong version. 
 + 
 +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 ''Download File'' 
 + 
 +{{:player:tutorials:curseforge_download_file.png?nolink&400|}} 
 + 
 +===== Installing ===== 
 + 
 +==== Minecraft Launcher (official) ==== 
 + 
 +If you are using the official Minecraft Launcher, move the downloaded JAR file into your ''mods'' folder, found in your Minecraft installation: 
 + 
 +  * Windows - ''%appdata%\.minecraft\'' 
 +  * MacOS - ''~/Library/Application Support/minecraft'' 
 +  * Linux - ''~/.minecraft'' 
 + 
 + 
 + 
 +==== Prism Launcher ==== 
 + 
 +If you are using Prism Launcher, you can find your mods folder by clicking on the ''Edit'' button when you've selected an instance. 
 + 
 +Head to the ''Mods'' tab and press ''Add File'' - this will open a file selection screen where you can select the downloaded JAR. 
 + 
 +{{:player:tutorials:prism_add_file.png?nolink&400|}} 
 + 
 +==== GDLauncher ==== 
 + 
 +If you are using GDLauncher, you can add mods on your instance settings page. Just click on ''Add Mods'' and it will open a file selection screen where you can select the downloaded JAR.
  
-For a list of Fabric mods, you can go to the mod-hosting sites [[https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7499&filter-sort=4|CurseForge]] or [[https://modrinth.com/mods?q=&f=categories%3Afabric|Modrinth]]. 
  
-===== Client ===== 
  
-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. 
  
  
-===== Server ===== 
  
-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.txt · Last modified: 2024/06/05 03:47 by skycatminepokie