ModMyFactory2 icon indicating copy to clipboard operation
ModMyFactory2 copied to clipboard

Mods Not Added to Modpack

Open DeadlyDad opened this issue 2 years ago • 1 comments

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": []
    }
  ]
}

DeadlyDad avatar Aug 23 '22 23:08 DeadlyDad

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.

Artentus avatar Oct 10 '22 20:10 Artentus