comp500
comp500
Hmm... I wonder if it'd be better to simply have a way of excluding mods from an export. Maybe a "tagging" system? I don't like having a `--side` flag in...
Neat idea! Do you think this should be shared between mod sources (Modrinth/CurseForge) or specific to each? What should happen if the values from each mod source is different?
I believe the `cpp_compat` flag does what you're suggesting?
Removing mods from the modpack should remove them from the client automatically, assuming the mods were downloaded by `packwiz-installer` and the `packwiz.json` file hasn't been tampered with. There might be...
Should I add a `rust-gnu` manifest as well?
Client-only as "both" doesn't really make sense, since a mod that only does client logic shouldn't be installed on the server in most cases, and can cause crashes with mods...
Hmm.. this is interesting. A few things to note: - I don't plan to support configuration file formats directly, as this adds a significant amount of complexity and might not...
Thanks for the PR! I noticed a couple problems with the existing caching code that meant I couldn't test your PR with my corrupted cache index, so I'll fix those...
What would this do? packwiz-installer always updates to newer versions, it doesn't ask the user first.
Ohh, that makes more sense