Better customization of featured versions #52
triphora
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As described in one of the Discord tags, this is how the featured version system currently works:
However, the system is not applicable to all projects; this should be the default system, not the one everyone uses. Project authors should be able to select which attributes they want their featured versions to be based on.
Game versions
With Mojang's recent announcement that minor releases would become more frequent, we've started having issues with lots of versions having to be marked as major. Currently, this is the list of major versions:
Every 1.19 version besides 1.19.1 is featured! The vast majority of mods will not support 1.19.3, .2, or .0 if they support .4, but for compatibility with those mods that haven't updated, we still have all of these selected for all projects. Authors should be able to select which game versions they want featured.
Loaders
Loaders probably should not be included in the customization, but there could be certain use cases where it is useful. For example, if a project supports only Fabric but there were previously experimental Forge versions (ex. Terra), these could be hidden from being featured.
Version type / release channel
Some authors do not want Alpha and/or Beta versions featured.
Manual override
As with current featured versions, there should be a way to manually override whether something should be featured or not featured per-version. However, simply force-featuring one version shouldn't unfeature all other versions, like it does now.
Beta Was this translation helpful? Give feedback.
All reactions