Changes

Summary

  1. Close #2061 Support any type of ingredient for Info recipes (details)
  2. Update pt_br.json (#2059) (details)
  3. Fix #1816 Favorites List Overlaps Furnace Recipe Book GUI (details)
  4. Fix #1897 Fix hotkeys activating when typing into search box and hovering over an ingredient (details)
  5. Fix #1730 Stop hijacking scroll for containers that overlap item lists (details)
  6. Reduce size of cooking category drawn arrow cache (details)
Commit c435db511e6d083fc0679056b2983053cd55357d by mezz
Close #2061 Support any type of ingredient for Info recipes
The file was modifiedsrc/main/java/mezz/jei/plugins/jei/JeiInternalPlugin.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/debug/JeiDebugPlugin.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/jei/info/IngredientInfoRecipeCategory.java (diff)
Commit 8791e9124d69a320430969b092abebe22aa0ac4c by github
Update pt_br.json (#2059)

The file was modifiedsrc/main/resources/assets/jei/lang/pt_br.json (diff)
Commit 7503c65e299ad6c71cdb836df81d70136a697620 by mezz
Fix #1816 Favorites List Overlaps Furnace Recipe Book GUI
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java (diff)
Commit 9b752412050642e49cff3943df34b98a2fec116e by mezz
Fix #1897 Fix hotkeys activating when typing into search box and hovering over an ingredient
The file was modifiedsrc/main/java/mezz/jei/input/InputHandler.java (diff)
Commit 91f2d66a6fb83dbcb610b2c3df4895377a8b8fa7 by mezz
Fix #1730 Stop hijacking scroll for containers that overlap item lists
The file was modifiedsrc/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/overlay/IngredientGridWithNavigation.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/overlay/IngredientGrid.java (diff)
Commit d550a4d00114011580321458110af778de8b0f71 by mezz
Reduce size of cooking category drawn arrow cache
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/cooking/CampfireCategory.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/cooking/AbstractCookingCategory.java (diff)