XDjackieXD / PackUpdate

Ever wanted MultiMC to automagically update your Modpacks? well there you go!
Apache License 2.0
25 stars 10 forks source link

Enhancement: Update MultiMC Instance Configs #11

Open kotoroshinoto opened 7 years ago

kotoroshinoto commented 7 years ago

If modpack jumps Minecraft versions, experiences a change in minimum RAM requirements, etc, would be nice to be able to auto-update that as well.

not that its hard to do or anything, but some users get lost the minute you require something off the beaten path

XDjackieXD commented 7 years ago

I already thought about this but it is harder as it sounds. The updater starts after MultiMC has loaded the pack config (including ram configuration, forge version, ...) so a restart of MultiMC would be required. If you have a better idea on how to approach this, please let me know

kotoroshinoto commented 7 years ago

I wonder if there is a way to set instances to refresh after the pre-launch command. If not, we could always toss a feature request to multimc

kotoroshinoto commented 7 years ago

anything else that operates externally to multimc would require a restart or a manual refresh, at which point its really no more difficult to just update it manually in the instance settings.

doesn't look like they like the idea at the moment, but maybe they'll think on it. Best I can do is communicate an idea and see what they think lol.

XDjackieXD commented 7 years ago

I'd really welcome some official C plugin system for multimc... would be a so much cleaner solution than this pre-launch command updater ^^