Summary
- Fix #1549 Add support for Forge IRarity for item tooltip colors (details)
- Fix some JavaDocs (details)
- Make defensive copies of gui exclusion areas to prevent a bug when they are mutated (details)
- Update French Localization (#1557) (details)
- Add warning log when a mod GUI does not draw the dark background layer (details)
- Remove restriction that recipe categories can't handle the same recipe class as another (details)
The file was modified | src/main/java/mezz/jei/JustEnoughItems.java (diff) |
The file was modified | src/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackRenderer.java (diff) |
The file was modified | src/api/java/mezz/jei/api/recipe/category/extensions/IRecipeCategoryExtension.java (diff) |
The file was modified | src/api/java/mezz/jei/api/registration/ISubtypeRegistration.java (diff) |
The file was modified | src/api/java/mezz/jei/api/ingredients/IIngredientHelper.java (diff) |
The file was modified | src/api/java/mezz/jei/api/gui/ingredient/IGuiItemStackGroup.java (diff) |
The file was modified | src/main/java/mezz/jei/gui/GuiScreenHelper.java (diff) |
The file was modified | src/main/resources/assets/jei/lang/fr_fr.lang (diff) |
The file was added | src/main/java/mezz/jei/util/LimitedLogger.java |
The file was modified | src/main/java/mezz/jei/gui/GuiEventHandler.java (diff) |
The file was modified | src/main/java/mezz/jei/load/registration/RecipeCategoryRegistration.java (diff) |