You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Written in Java. Designed for all platform and portable use.
29
29
-`mod` Commands for mods.
30
30
-`search <keywords>` Search for mods with keywords. Will also export results to file for easier adding to profile.
31
31
32
+
### Configuration
33
+
You can configure CurseForge CLI by editing `cf.json`. The file should be generated once the JAR file has run once.
34
+
These are the options you can edit:
35
+
-`directory` The directory where modpacks and profiles are stored. Default: `./curseforge-cli`
36
+
-`acceptParent` Whether mods with only the parent version of a profile is accepted. For example, you can install a 1.18 mod into a 1.18.1 profile. Default: `true`
37
+
32
38
### Other Features
33
39
If you put the JAR file together with a zip of the exported profile, CurseForge CLI will automatically install that profile to the current directory.
34
40
This has 1 limitation, which is you should not put multiple zip files in the same directory.
"description": "acceptParent allows user to install mods supporting only the parent version of a profile. Refer to the README in the repository for more details."
0 commit comments