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

Packwiz fails to install mod and its dependency #70

Closed Treeways closed 9 months ago

Treeways commented 9 months ago

For some reason, Packwiz Installer does not download BlossomEnderChest 2.0.2+1.20 and its dependency BlossomLib, but it does still download other mods (in this case, ModernFix and Mod Menu).

Other Blossom series mods are not affected.

To run this bug reproduction modpack:

  1. Download the Auto-Updating instance from the bug reproduction repository's releases.
  2. Import it in Prism Launcher.
  3. Run the instance.
  4. When the loader update prompt appears, click "Continue Anyways".
  5. Check the console - it will say BlossomEnderChest and BlossomLib is checked and downloaded..?
  6. The mods aren't even in the mods folder... How peculiar! However, ModernFix and Mod Menu did indeed download properly.

Here is the bug reproduction: Packwiz Mod Download Fails - Bug Reproduction

Treeways commented 9 months ago

Just found another mod that doesn't download called Babies Forever.

comp500 commented 9 months ago

Both of these mods are marked on the Modrinth website as unsupported on the client, so packwiz marks them as server-side mods - these won't be downloaded unless you pass the --side server flag to packwiz-installer. You can change this by editing the relevant .pw.toml files to use side = "both", which downloads the mods regardless of the --side flag.

Treeways commented 9 months ago

Thank you!