Skip to content
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

A respectful ask for the ability to manually sort items within JEI, and few other things. #2208

Closed
corneliusdeforrest opened this issue Jan 10, 2021 · 3 comments

Comments

@corneliusdeforrest
Copy link

Summary

The core idea is the ability to manually sort items within JEI using item's string names. This would be an option within the config, for it would by default it would make the JEI blank. This would be done by parsing a text file of ID's.

Example:
<minecraft:stone>, <minecraft:stone:1>, <minecraft:stone:2>
Which would sort into the JEI in the order:
Granite, Polished Granite, Stone

A few extra feature ideas relative:

  • The ability to have items blink between one another in a single grid cell liken to in recipes.
    Example:
    In the text file, when using minecraft:stone:*, all of the items under the ID list will condense within one cell and flicker between one another as a single cell in the JEI.

  • The ability to create array elements, in order to list particular items within one cell in the JEI, that don't have the same ID. Array lists would be sorted by default alphabetically within the JEI, or by placement within the text file.
    Example:
    ToolsArray = { <minecraft:wood_pickaxe>, <minecraft:stone_pickaxe>, <minecraft:iron_pickaxe>, <minecraft:gold_pickaxe>, <minecraft:diamond_pickaxe> }

  • The ability to sort recipes and uses by recipe name, alphabetically.

  • The ability to create custom strings to search within JEI. Custom strings can be created inside a .txt file. Within the search bar you will type >StringName to search for it

@IMarvinTPA
Copy link
Contributor

How would you feel about Inventory Tweak's old tree file format for setting the order?

@IMarvinTPA
Copy link
Contributor

Tree File merge request #2380

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants