Open
Conversation
Fix the option being placed in the HEI menu. Placement under hide mode but likely will be moved later.
Add a group management screen to create and edit custom groups and toggle built in groups.
Moved the configuration buttons below the blacklist. One entry for bool enable for groups and one for the groups submenu.
While hide mode is enabled, we just expand all the collapsed entries.
Amend Enchanted Book to item name making it searchable in non-prefix search.
Fixed search result being applied to groups management page Fixed enchanted book previews Increased rows to 3 Removed ID string from display Fixed GUI scaling on group management page.
Render 8 x 3 rows of icons, if overflow, -1 from last row and print + overflow count.
Simple drag selection Allowing duplicate items in multiple groups. Not sure why people would want this, but its how REI does it too.
Changed the static list with overflow counter to a basic scrolling list. Scrollwheel and basic mouse drag support.
Implements searchable group names instead of only items within a group.
When a user presses "New Group" but goes back, the expected behavior is to cancel and not create a new group. Only save group on save.
Displays the first two items in a group, better indicating its a group. Changed the item count to a orange color, to better match the tooltip color and to stand out better. Decreased the size of the count.
Implement collapse on close, when HEI is closed collapse all currently open groups. Implement Default Action, user selectable single click action, default to the more user friendly single click to expand group. Inverts Alt+Click action. Fixed tooltips for closing expanded groups.
All translations were machine generated and cannot be validated with confidence. Take it with the grain of salt it deserves or leave it.
Implements an Alt+Click toggle to expand/collapse all groups via the HEI config button. Conditional tooltip to inform user. Includes translated keys.
Implement fluidstack in groups. Implement single item groups act as itemstack.
Rongmario
requested changes
Mar 14, 2026
Member
Rongmario
left a comment
There was a problem hiding this comment.
A quick look and spotted something, CollapsedStack and CollapsibleEntry could be merged and to be a HEI "ingredient type", which can help compatibility.
Also where classes can be imported, should be imported.
Merge CollapsedStack and CollapsibleEntry classes. Registered CollapsedStack.TYPE Changed CollapsedStack Ingredient Renderer to implement IIngredientRenderer<> CollapsedStackIngredientHelper implements IIngredientHelper<>
CollapsedStackRenderer implements IIngredientRenderer<>
Implements wildcard selections item selector Implements badges for wildcards Implements orange tints for grouped items in other groups Implements tooltips in item selector
Fixed single item collapsed stack to return item tooltip instead of group tooltip.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A compiled binary for testing can be found on my repo if you would like to test drive and break it.
Implements / Backports the idea of collapsible groups with built in filters and ability for user defined groups. Items adhere to current blacklists, blacklisted items will not appear.

New conditional function to HEI config menu button which toggles between expand all and collapse all.

4 new settings related to groups, 1 of which is a submenu for group management. All contain tooltip keys.

New submenu for group management, contains built in sets for Enchanted Books, Potions, Arrows, and Spawn Eggs.

New item selector for groups, groups are saved into a customCollapsibleGroups.json as individual items/gas/fluids, a current minor shortcoming is it does not handle individual NBT. Potential for replacing the old blacklist selection process, but was set aside for now. Currently the left panel supports click and drag, the right panel is single click only.

Special attention of areas I am less sure about, i.e help I need an adult.
Making enchanted books searchable, I know not the consequences of my actions.
1f66391
and
Cached baked models, this is entirely suggested by AI, please look this over.
c7c930f