Skip to content

Add per-map recipe sorting #36

Description

@Exaxxion

A potentially nice enhancement would be allowing each RecipeMap to specify its own sort ordering, rather than a global sort applied on a single value.

For example, the EBF tab could have its recipes ordered by heat followed by EU/t, to group recipes by required coil tier. SoG could also use it to sort fusion recipes by energy-to-start.

One caveat is that, assuming I wanted to use the EU/t sort to optimize recipe lookups or something, such sorting would affect that; it would become necessary to apply such sorts to a shallow-copy of the recipe list to pass to JEI rather than the actual recipeList itself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions