Changes

Summary

  1. Update required Forge to 13.20.0.2282 to fix loading screen lag (details)
  2. Fix ingredient history going to a blank page if a mod is removed (details)
  3. Fix #817 JEI can't be enabled if it was disabled when the game started (details)
  4. Loosen the restriction on adding an empty collection of recipes to JEI (details)
Commit 6e112f5a5cb1ae0882405654eeeb9db9cbb470b9 by mezz
Update required Forge to 13.20.0.2282 to fix loading screen lag
The file was modifiedsrc/main/java/mezz/jei/config/JEIModGuiFactory.java (diff)
The file was modifiedsrc/main/java/mezz/jei/JustEnoughItems.java (diff)
The file was modifiedgradle.properties (diff)
Commit ce2b6867d29250aeeed3522b2548d7c795457b4c by mezz
Fix ingredient history going to a blank page if a mod is removed
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/IngredientLookupMemory.java (diff)
Commit a9b9043478c3e650edd9fa89947808d881fa022a by mezz
Fix #817 JEI can't be enabled if it was disabled when the game started
The file was modifiedsrc/main/java/mezz/jei/gui/GuiEventHandler.java (diff)
Commit 57261d0c2c4333bf309557a0fac5e8fe57e4cac4 by mezz
Loosen the restriction on adding an empty collection of recipes to JEI
The file was modifiedsrc/main/java/mezz/jei/util/ErrorUtil.java (diff)
The file was modifiedsrc/main/java/mezz/jei/startup/ModRegistry.java (diff)