nothub / mrpack-install

Modrinth Modpack server deployment
https://pkg.go.dev/github.com/nothub/mrpack-install
MIT License
128 stars 9 forks source link

Can this also install mods to the client? #15

Closed nodingneu closed 1 year ago

nodingneu commented 1 year ago

I noticed this tool creates a server folder and installs mods for the server. If I just copy the generated mods folder to my local game's Minecraft folder, will my local game have all the mods from the modpack?

nothub commented 1 year ago

No, this will not work in most cases. In Minecraft modpacks, the files for the client and server side are usually split up. Modpacks in the mrpack format also contain "override" files, which can include files outside of the mods folder and which also can be different for the client and server side. However, unpacking the modpack files for the client side could be added as a new feature to mrpack-install in the future.