packwiz / packwiz-installer

An installer for packwiz modpacks, with automatic auto-updating and optional mods! Works well with MultiMC and on servers.
https://packwiz.infra.link/
MIT License
46 stars 21 forks source link

[Request] Allow modpack end-user to denylist certain files from being downloaded #51

Open dimaguy opened 1 year ago

dimaguy commented 1 year ago

I'd like to be able to deny certain files (like extra resource packs that aren't essential) from being downloaded every time I start the modpack. This could be implemented by either an argument in the command line or a file in modpack directory

comp500 commented 1 year ago

Note that the pack creator can mark files as optional (so the non-essential resource packs can be opt-in), see https://packwiz.infra.link/reference/pack-format/mod-toml/#option. In https://github.com/packwiz/packwiz-installer/issues/6 I want to allow any file to be opted out of in the GUI, similarly to optional files. I think https://github.com/packwiz/packwiz-installer/issues/13 would also apply to resource packs.