File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ install:
4747
4848 # Link to where the file where the modpack can be distributed
4949 # This supports loading from local files as well for most pack types if there is file://{PathToFile} in the beginning
50+ # Note: file://{PathToFile} does not need the full path, can be a relative path.
51+ # E.g: modpackUrl: file://../modpacks/All+the+Mods+7-0.0.21.zip
5052 modpackUrl : https://media.forgecdn.net/files/3491/186/All+the+Mods+7-0.0.21.zip
5153
5254 # This is used to specify in which format the modpack is distributed, the server launcher has to handle each individually if their format differs
@@ -181,6 +183,11 @@ launch:
181183 startFile : " forge-{{@mcversion@}}-{{@loaderversion@}}.jar"
182184
183185 # This is the command how the server is supposed to be started
186+ # All arguments must be separate entries, including options and their values.
187+ # For example, "--fml.modLists pathToModListFile" should be:
188+ # - "--fml.modLists"
189+ # - "pathToModListFile"
190+ #
184191 # For <1.16 it should be
185192 # - "-jar"
186193 # - "{{@startFile@}}"
You can’t perform that action at this time.
0 commit comments