Akaitatsu / modsnacks

MIT License
0 stars 0 forks source link

Dynamic mod installation #2

Closed Akaitatsu closed 3 years ago

Akaitatsu commented 4 years ago

Desired behavior/state The installation should copy just the mods required for each of the packs.

Actual behavior/state The current process copies all the mods to each of the three packs. This results in having to manually delete mods (including risk of accidental deletion or leaving an incorrect mod in the pack) and will be an even bigger problem when we add OpenLoader files and KubeJS scripts into the mix.

Suggested change Add configuration to designate which mods go in each pack (preferably with inheritance) and change the mod copy script to copy just the mods specified by the configuration.