User Tools

Site Tools


tutorial:atlauncher_modpacks

Differences

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

Link to this comparison view

Next revision
Previous revision
tutorial:modpacks_on_atlauncher [2019/05/20 15:08] – created falseresynctutorial:atlauncher_modpacks [2021/03/20 15:26] (current) – clean up article jamie
Line 1: Line 1:
 ====== Publishing Fabric modpacks on ATLauncher ====== ====== Publishing Fabric modpacks on ATLauncher ======
  
-ATLauncher's modpack publishing system is a bit complicatedHere are some references which might help:+ATLauncher implemented a 'fabric' loader in May 2019, which can be used by modpacks on the platform. Loader support is [[https://wiki.atlauncher.com/xml:loaders#fabric|documented]] on the ATLauncher's Wiki.
  
-  * [[https://wiki.atlauncher.com/|ATLauncher Wiki]] (incomplete in key areas) 
-  * [[https://github.com/Resonant-Rise/ResonantRise/blob/master/ResonantRise.xml|Resonant Rise's modpack definition]] 
-  * [[https://discordapp.com/invite/qNnamR|ATLauncher Discord]] 
- 
-===== The Fabric Bits ===== 
- 
-ATLauncher has introduced [[https://github.com/ATLauncher/ATLauncher/issues/338#issuecomment-489320686|official support]] for Fabric as of May 4th, 2019. Here is a relevant XML snippet, showing how to use it in action: 
 <code xml> <code xml>
 <version> <version>
Line 15: Line 8:
         <version>1.0.0</version>         <version>1.0.0</version>
         <minecraft>1.14</minecraft>         <minecraft>1.14</minecraft>
-        <memory>2048</memory> 
     </pack>     </pack>
-    <loader type="fabric" yarn="1.14+build.21" loader="0.4.6+build.144"/>+    <loader type="fabric" loader="0.4.8+build.154" />
 </version> </version>
 </code> </code>
 +
 +==== See Also ====
 +
 +  * [[https://wiki.atlauncher.com/|ATLauncher Wiki]]
 +  * [[https://discordapp.com/invite/qNnamR|ATLauncher Discord]]
tutorial/atlauncher_modpacks.1558364915.txt.gz · Last modified: 2019/05/20 15:08 by falseresync