Updated to 1.19.4
API
- Added method for appending tooltips on SlotWidgets based on their currently displayed ingredient
Fixes
- Fixed triggering of vanilla memory leak in EMI rendering code, causing out of memory errors on certain computers
- Fixed hover overlay intersecting items from certain mods
Updated to 1.19.4
Tweaks
- Auto-resolving tags in the recipe tree now bases its decisions based on existing costs
Fixes
- Fixed sidebars sometimes overlapping where they shouldn't below them
- Fixed craft history not having miscraft prevention
- Fixed remainder reuse ordering in cetain specific recipe tree structures
Additions
- Added quick buttons for navigating the EMI config
- Added configurable subpanels for sidebars
- Added new sidebar types
- Craft History - A live updating history of the crafts you've performed
- Lookup History - A live updating history of the stacks you've looked at recipes for
- Added full support for chance in recipes and the recipe tree
Tweaks
- Craftables now display their output count, to help disambiguate them
Fixes
- Sidebar background should properly draw behind GUIs with overlaps
- Chance support, #104 #105
API
- Added convenience method for easier text widget construction
- Added sorting method for recipes based on identifier
Fixes
- Fixed handling of null tool materials in vanilla plugin
- Added more safety to late recipe registering
Additions
- Added support for more non-standard crafting recipes, like those generated by CraftTweaker
Tweaks
- Tweaked the way EMI detects server connecton/disconnection
- Tweaked some EMI logging to include mod name outside of dev
Fixes
- Fixed some "infinite reloading" bugs related to lifecycle events
Tweaks
- Tweaked the way EMI identifies screens for recipe handlers
Fixes
- Fixed extremely niche breakage of creative inventory and EMI index due to premature BlockItem resolution
- Fixed some disabled focus consumption