User Tools

Site Tools


install

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
install [2019/05/22 07:00] – added various links to fix renaming of pages calloattiinstall [2019/07/20 12:11] – [Available commands] Fix quotation marks jamieswhiteshirt
Line 1: Line 1:
-[[start|Wiki Home]]+====== Installing Fabric ====== 
  
-[[tutorial:installing_fabric|Installing Fabric]]+===== Regular installation =====
  
-[[tutorial:install_with_multimc|Installing Fabric using the MultiMC launcher]]+==== MultiMC ====
  
-[[tutorial:adding_mods|Adding Mods]]+**NOTE** MultiMC is a modding-friendly alternate launcher for Minecraft, which is recommended for working with Fabric and can be found here. If you don't wish to use MultiMC or don't know or care what launcher you're using, follow through to the [[#regular_client|regular client]] instructions. 
 + 
 +  - Open [[https://fabricmc.net/use/|the download page]] and choose the game, mapping and loader versions. Click “Copy MultiMC instance url”. 
 +    * Generally, choosing the latest mapping version for a given game version is advisable, as mods do not depend on the deobfuscated names staying the same. 
 +    * The loader should be mostly game version-independent. If this situation changes, it will be pointed out, so don't worry! 
 +  - Start MultiMC. Click on “Add Instance” in the top-left, then select “Import from ZIP” and paste the URL in the text field. Don't forget to set the name! 
 +  - Press OK. Your Fabric instance is ready to go - feel free to add mods to it! 
 + 
 +For more detailed instructions visit this guide: [[tutorial:install_with_multimc|Installing Fabric using the MultiMC launcher]] 
 +==== Regular client ==== 
 + 
 +  - Download the Fabric installer from [[https://fabricmc.net/use/|the download page]]. 
 +    * You can download the installer directly from [[https://jenkins.modmuss50.me/job/FabricMC/job/fabric-installer/job/master/|modmuss50's Jenkins]] as well. 
 +  - Open the installer. In the window you need to configure the mapping and loader version (as per advice in the [[#multimc|MultiMC section]]) and the install location (the default should be fine on most platforms).\\ **NOTE** You need to enable snapshots in order to make the installer show mapping options for Minecraft snapshots. 
 +  - Press Install. A new game version and profile will be created in the launcher's menu, which you can now use to launch Fabric. 
 + 
 +==== Server ==== 
 + 
 +**NOTE** **Up-to-date as of Loader 0.4.4+.** Older versions choose different techniques. Installer 0.4.0+ required! 
 + 
 +  - Download the Fabric installer from [[https://fabricmc.net/use/|the download page]]. 
 +    * You can download the installer directly from [[https://jenkins.modmuss50.me/job/FabricMC/job/fabric-installer/job/master/|modmuss50's Jenkins]] as well. 
 +  - Open the installer. Select the "Server" tab at the top of the window. 
 +  - In the window you need to configure the mapping and loader version and the install location.\\ **NOTE** You need to enable snapshots in order to make the installer show mapping options for Minecraft snapshots. 
 +  - Press Install. In the output directory, a ''fabric-server-launch.jar'' will be created. It expects a ''server.jar'', which is the vanilla server JAR, generally found on Mojang's version announcement blog posts, next to it, but will also generate a properties file on first launch where you can change the path.\\ **NOTE** If you are upgrading your existing server, remember to remove the ''.fabric'' folder if the installer did not remove that for you! Or you will get classloading errors. 
 + 
 +===== CLI installation ===== 
 + 
 +The fabric installer has full support from installing the client and the server from the command line. This could be used to automate the installation. The installer has a number of commands that can be used for a headless install. 
 + 
 +==== Available options ==== 
 + 
 +  * **-snapshot** Enables the usage of snapshot versions of Minecraft. 
 +  * **-dir** Used to select the installation dir, defaults to the current working directory. 
 +  * **-mcversion** Used to select the minecraft version, defaults to the latest stable version. 
 +  * **-loader** Used to select the loader version, defaults to the latest. 
 +  * **-downloadMinecraft** Used to automatically download the Minecraft server jar 
 + 
 +==== Available commands ==== 
 + 
 +  * **help** Prints out all of the commands available along with the latest mappings and loader versions. Ignores options. Example:<code> 
 +java -jar fabric-installer.jar help 
 +</code> 
 +  * **server** Used to create the required files for a Fabric server. Accepts all options, none are required. Example: <code> 
 +java -jar fabric-installer.jar server 
 +</code> 
 +  * **client** Used to create the required files for a Fabric client. Accepts all options, **-dir** is required. Example:<code> 
 +java -jar fabric-installer.jar client -dir "~/Games/.minecraft" 
 +</code>
install.txt · Last modified: 2024/04/05 13:27 by mineblock11