You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug which caused hash mismatches in serverpack exports of multiplatform modpacks.
Fixed support for SERVER side (only) projects, by @Gardelll in #113
export_server_side_projects_to_client config option has been added. Defaults to false for new modpacks. For existing it's true, for backwards compatibility.
Implemented higher MC version preference in the update algorithm.
Update selection now prefers files matching the Minecraft version listed higher in the lock file mc_versions list. See #114.