Skidamek / AutoModpack

Enjoy a seamless modpack installation process and effortless updates with a user-friendly solution that simplifies management, making your gaming experience a breeze.
https://modrinth.com/mod/automodpack
GNU Lesser General Public License v3.0
90 stars 29 forks source link

Mod folder #226

Closed Paulinho1235 closed 2 months ago

Paulinho1235 commented 3 months ago

Motivation

There would be some command that allows you to install it. the mods directly in the mods folder and not in the automodpack folder?

Description

.Would there be a command that allows you to install it? the mods directly in the mods folder and not in the automodpack folder?

Other information

No response

Skidamek commented 3 months ago

But why? Does it cause any issues?

Skidamek commented 3 months ago

There are reasons why we organize mods to load them from a separate directory:

Current approach makes it all cleaner. Since all we need now is to make sure that modpack mods are indeed in /automodpack/modpacks/ folder. And we can load these mods when we want without doing weird filesystem 'hacks' and hope that it will work. Now we can just load them conditionally which makes it much more reliable. While yes we still touch unsafe exclusive loader code, we don't require that many changes to it.

Skidamek commented 2 months ago

I guess I am closing it then