Artentus / ModMyFactory2

Rewrite of ModMyFactory, the Factorio mod manager
GNU General Public License v3.0
55 stars 18 forks source link

Mods Not Added to Modpack #57

Open DeadlyDad opened 2 years ago

DeadlyDad commented 2 years ago

If I am in the 'Manager' tab, have some mods selected, and pick 'New modpack', I expect that it will make a new modpack with my selected mods. This is not happening. The new modpack is empty. All pack.json says is

{
  "Version": 2,
  "Mods": [],
  "Modpacks": [
    {
      "Uid": 0,
      "Name": "MyMustHaves2022",
      "ModIds": [],
      "ModpackIds": []
    }
  ]
}
Artentus commented 2 years ago

This is working as expected, although that is a good suggestion for a future improvement. At the moment you can select the mods and then drag and drop them into an empty region in the modpack list, that will do what you want.