Removing old file mods
            
            #3309
          
          
        -
| 
         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.
      
      
          Answered by
          
            itzg
          
      
      
        Feb 13, 2025 
      
    
    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.
                  
                    6 replies
                  
                
            
      Answer selected by
        bgencacat
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
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.