-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File support for update command #23
Comments
I am not sure if I understand correctly. You replaced a mod with a mutually incompatible one. You mean mutually incompatible by definition of the mods in their respective mod configuration files?
I am also not sure if I understand this correctly. What do you mean with :
Could you describe what you suspected the tool to do and what it actually did? |
What i expected to happen when running My understanding for |
Hey @limejet , sorry that I took so long to answer here. I am in the process of rewriting the update workflow currently. Mods that were included in the packs definition in the past but are not included anymore when the The workflow in #39 is not finalized yet and is still subject to change. |
I use local packs for my server since i distribute mods with automodpack rather than by having people download the pack manually. I have a script that runs
mrpack-install latest-pack.mrpack
on every restart, and this worked until i replaced a mod with a mutually incompatible one. it was at this point i realized that the program only deletes files when runningupdate
, and that theupdate
command has no code path for files. Could this capability be added?The text was updated successfully, but these errors were encountered: