User Tools

Site Tools


tutorial:mcupdater_modpacks

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
modpack:mcupdater [2019/01/01 10:11] – created asiemodpack:mcupdater [2019/01/01 10:17] asie
Line 21: Line 21:
     * //MC_VERSION// is the Minecraft version (for instance, 18w50a),     * //MC_VERSION// is the Minecraft version (for instance, 18w50a),
     * //XML_FILE// is the output XML filename. You will edit and upload this in later steps.     * //XML_FILE// is the output XML filename. You will edit and upload this in later steps.
-  - Visit [[https://fabricmc.net/use|https://fabricmc.net/use]], select the desired Fabric loader versions and click "copy MCUpdater import url".+  - Visit [[https://fabricmc.net/use|https://fabricmc.net/use]], select the desired Fabric loader versions and click "copy MCUpdater <Import> Entry".
   - Open the XML file in your favourite editor of choice and perform two changes (example provided below):   - Open the XML file in your favourite editor of choice and perform two changes (example provided below):
-    - Add the following entry below <Server...>: <Import url="COPIED_URL">fabric</Import>, where COPIED_URL is the MCUpdater import URL from the previous step,+    - Add the entry copied from the previous step below <Server...>: it will look like <Import url="...">fabric</Import>.
     - Add the following attribute to the <Server> element: mainClass="net.fabricmc.loader.launch.knot.KnotClient".     - Add the following attribute to the <Server> element: mainClass="net.fabricmc.loader.launch.knot.KnotClient".
   - Upload the modpack files created in the first step as to make them visible beneath //HTTP_WEB_SERVER_URL//,   - Upload the modpack files created in the first step as to make them visible beneath //HTTP_WEB_SERVER_URL//,
tutorial/mcupdater_modpacks.txt · Last modified: 2019/05/21 17:06 by falseresync