- Fixed enable mode for search filters, regression from an earlier HEI version (thanks @Goldenlion5648!)
- Fixed erroneous upload in 4.31.1 that introduced a performance anomaly
- Utilize cached ingredients for faster and more optimized recipe searching. NOTE: This may make some ingredients unsearchable, as the ingredient has to exist in the ingredient (right-hand-side panel)
- Allow recipes to be searched on a different thread, for the GUI not to freeze during typing
- Ungrab search on update (thanks @Goldenlion5648 + @WaitingIdly!)
- Optimized performance regarding nodes of search trees
- Added the category's unique id to its tooltip when advanced tooltips is turned on (thanks @WaitingIdly!)
- Fixed regression regarding NBT differentiated ItemStacks in certain scenarios (thanks @Rsslone!)
- Updated Simplified Chinese lang files (thanks @ZHAY10086!)
- Allow SHIFT+Scroll Wheel to go to previous/next recipe categories (thanks @Goldenlion5648!)
- Implemented recipe searching & filtering (thanks @WaitingIdly!)
- Kept bookmarked collapsible groups persistent when searching
- Fixed rendering issues on collapsed group (thanks @Rsslone!)
- Made collapsible groups colourable (thanks @WaitingIdly!)
- Added keybinds for switching recipe categories (thanks @WaitingIdly!)
- Fixed info recipe ingredients (thanks @WaitingIdly!)
- Fixed collapsible group's orderings and explicit searching (thanks @Rsslone!)
- Fixed recipe category headers regression (thanks @WaitingIdly!)
- Fixed collapsible group special tooltips not rendering when it is a bookmark
- Fixed "toggle groups" not working as expected
- Differentiate between default and modded collapsible groups
- Rollback on caching baked models, erroneously pushed upstream
- Fixed collapsible groups related keybinds not working when enacted in the bookmark panel
- Fixed collapsible groups not being saved and loaded in correctly as a bookmark
- Fixed under/overdraw of bookmark borders (Thanks @Rsslone!)
- Fixed lang key not being translated (Thanks @Rsslone!)
- Fixed wildcard selection when editing collapsible groups
- Update Simplified Chinese localization (thanks to @ZHAY10086!)
- Collapsible Groups (thanks to @Rsslone!)
- MODDERS BEWARE! API may change before bumping from beta => release!
- Default collapsible groups are:
- Enchanted Books
- Potions
- Splash Potions
- Lingering Potions
- Tipped Arrows
- Spawn Eggs
RecipeUtilfor developers that want to quick-search recipes (client-side)- Updated Chinese (zh_CN) translations (thanks to @ZHAY10086!)
- Fixed infinite loop in certain cases when trying to paginate the bookmark panel (thanks to @Circulate233 and @Monniasza!)
- Add ability to re-order bookmark groups (thanks to @kacperoo29!)
- Add hotkey to add recipes to bookmarks (thanks to @kacperoo29!)
- Fixed overlay toggle working when text fields are in focus (such as chat), #164
- Only remove deprecated search category entries when config version is older than 0.3.0
- Fixed slowed reloading due to search category always being modified, #167
- Fixed broken autocrafting on servers by running item tracker on the server-side, #166
- Optimized payload for the autocrafting network packet
- Allow using Keypad ENTER to give up focus (Thanks IntegerLimit!)
- Fix fluid rendering in bookmarks (Thanks IntegerLimit!)
- Fix netty native memory leak (Thanks movblock!)
-
Improve Group Organization Tooltips
-
Stop Craftable Ingredients Map Transferring State Across Loads
-
This update was made possible by @IntegerLimit & @WaitingIdly!
- Draw previous/next buttons in right contexts
- Give bookmark panel same arrow/text behaviour as the ingredient panel
- Fixed erroneous rendering on labels that should be hidden
- Show recipe IDs only when shift is pressed in advanced tooltips mode
- Added configuration to remove bookmarks button
- Only draw bookmarks button when bookmarks are present
- Draw page count and no arrows when there is only a singular page for both left and right panels
- Re-locate bookmarks button and arrows for bookmarks panel, to align with screen and not items, same as ingredients panel on the right
- Removed potential memory leak when paginating
- Rebuild search trees when changing any of the search options in the config
- Fixed potential crash when a mod is trying to mixin into the tooltip renderer
- Backwards compatibility with older bookmark formats
- Fixed search bar not giving up focus properly with keys
- Fixed duplicate mod names in bookmark grid tooltips when mod name tooltips is installed
- Fixed backwards compatibility with AE2
- Fixed new UI buttons being off
- Fixed an erroneous lang key
- Added backwards compatibility with older PacketRecipeTransfer ctors (Found in Astral Sorcery)
- Added icon to mod list
- Fixes positional issues on tooltips in the bookmark grid
- Fixed a divide by 0 error in certain mod contexts
- Fixed a NPE with FTBQuests' erroneous plugin
- Fixed UIs looking odd, supplemented extra API to deal with this
- Fixed unsupported ingredients from populating bookmarks
- Decoupled ItemStack count rendering, now used on bookmarks, the count is now formatted and positioned properly
- Fixed up some lang entries
- Fixed items in bookmark tooltips from being rendered in an erroneous position
- Fix a ConcurrentModificationException
- Fix buffering ingredients not working for the bookmark grid
- Fixed memory issues pertaining bookmark groups
- Fixed occasional bookmarking crash
- Fixed rare NBT recursive stackoverflow errors when certain ItemStacks are being hashed
- Fixed incompatibility with few mods (such as Modular Machinery Community Edition) using removed bookmark methods, when these deprecated methods are called, logs will indicate warnings
- Eliminate unnecessary and duplicated code
- Lifted performance in some critical hot areas



