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/04/27 18:00] – [dedicated server] add screenshot asieinstall [2019/05/08 01:33] liach
Line 18: Line 18:
  
 First, download the Fabric installer from [[http://fabric.asie.pl/use/|the download page]]. First, download the Fabric installer from [[http://fabric.asie.pl/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.
  
 After opening it, a window will appear. Configure: After opening it, a window will appear. Configure:
Line 23: Line 25:
   * the mapping and loader version (as per advice in the MultiMC section);   * the mapping and loader version (as per advice in the MultiMC section);
   * the install location (the default should be fine on most platforms).   * 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 vanilla launcher's menu, which you can now use to launch Fabric. Press Install. A new game version and profile will be created in the vanilla launcher's menu, which you can now use to launch Fabric.
Line 30: Line 34:
 **Up-to-date as of Loader 0.4.4+**. Older versions choose different techniques. Installer 0.4.0+ required! **Up-to-date as of Loader 0.4.4+**. Older versions choose different techniques. Installer 0.4.0+ required!
  
-Go to [[http://fabric.asie.pl/use/|the download page]] and download the installer.+Download the installer directly from [[https://jenkins.modmuss50.me/job/FabricMC/job/fabric-installer/job/master/|modmuss50's jenkins]]. 
 + 
 +Go to [[http://fabric.asie.pl/use/|the download page]] and download the installer is viable as well.
  
 In the installer: In the installer:
Line 40: Line 46:
   * choose the desired output directory,   * choose the desired output directory,
   * press "Install".   * press "Install".
 +
 +Note: You need to enable snapshots in order to make the installer show mapping options for Minecraft snapshots.
  
 In the output directory, a "fabric-server-launch.jar" will be created. It expects a "server.jar" next to it, which is the vanilla server .JAR, generally found on Mojang's version announcement blog posts - but will also generate a properties file on first launch where you can change the path. In the output directory, a "fabric-server-launch.jar" will be created. It expects a "server.jar" next to it, which is the vanilla server .JAR, generally found on Mojang's version announcement blog posts - but will also generate a properties file on first launch where you can change the path.
Line 48: Line 56:
  
 For a list of Fabric mods, you can [[https://minecraft.curseforge.com/mc-mods/fabric?filter-sort=4|go to Minecraft CurseForge and set the filter type to Fabric]]. For a list of Fabric mods, you can [[https://minecraft.curseforge.com/mc-mods/fabric?filter-sort=4|go to Minecraft CurseForge and set the filter type to Fabric]].
 +
 +===== Installing from the CLI =====
 +
 +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.
 +
 +//java -jar fabric-installer-0.4.1.22.jar <command>//
 +
 +If no command is provided the gui version will attempt to run.
 +
 +To enable the usage of snapshot versions of minecraft with the cli installer run with -snapshot
 +
 +=== help ===
 +
 +//java -jar fabric-installer-0.4.1.22.jar help//
 +
 +Prints out all of the commands available along with the latest mappings and loader versions.
 +
 +=== server ===
 +
 +//java -jar fabric-installer-0.4.1.22.jar server//
 +
 +Used to create the required files for a fabric server. There are 3 optional arguments that can be passed.
 +
 +  * **-dir** Used to select the installation dir, **defaults** to the current working directory 
 +  * **-mappings** Used to select the mappings version, **defaults** to the latest
 +  * **-loader** Used to select the loader version, **defaults** to the latest
 +
 +=== client ===
 +
 +//java -jar fabric-installer-0.4.1.22.jar client -dir "C:\Users\user\AppData\Roaming\.minecraft"//
 +
 +Used to create the required files for a fabric server. There are 3 optional arguments that can be passed.
 +
 +  * **-dir** Used to select the installation dir, __**required**__
 +  * **-mappings** Used to select the mappings version, **defaults** to the latest
 +  * **-loader** Used to select the loader version, **defaults** to the latest
 +
 +
install.txt · Last modified: 2024/06/05 03:48 by skycatminepokie