-
Hello, Is there a way to disable removing mods behavior when using "MODRINTH_PROJECTS"? I am using this ENV for fetching mods that I want one by one. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
No there isn't. The idea is to manage what you want via that env var and the automation takes care of adding/removing/upgrading to match. Are you wanting a way to manage the download semi-manually outside of the image? If so, you can call the command directly https://github.com/itzg/mc-image-helper#modrinth and delete the metadata file each time to trick it into not managing the file cleanup. |
Beta Was this translation helpful? Give feedback.
No there isn't. The idea is to manage what you want via that env var and the automation takes care of adding/removing/upgrading to match.
Are you wanting a way to manage the download semi-manually outside of the image? If so, you can call the command directly
https://github.com/itzg/mc-image-helper#modrinth
and delete the metadata file each time to trick it into not managing the file cleanup.