Changes

Summary

  1. Deprecate IGuiIngredientGroup.setFromRecipe (commit: 08a6be2) (details)
  2. Try to make IGuiIngredientGroup.set(IIngredients) work for more cases (commit: 1939894) (details)
  3. Add brewing step information for modded potions (commit: e1e4440) (details)
Commit 08a6be2e1b69556ba6c9d38dfbcf16f752724550 by mezz
Deprecate IGuiIngredientGroup.setFromRecipe
(commit: 08a6be2)
The file was modifiedsrc/main/java/mezz/jei/api/package-info.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceSmeltingCategory.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/jei/description/ItemDescriptionRecipeCategory.java (diff)
The file was modifiedsrc/main/java/mezz/jei/api/gui/IGuiItemStackGroup.java (diff)
Commit 193989445b82ab3377d264f2d352381f47ae6d04 by mezz
Try to make IGuiIngredientGroup.set(IIngredients) work for more cases
(commit: 1939894)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiIngredientGroup.java (diff)
Commit e1e4440962cb4a85609878bc7973e696c4cc5b8f by mezz
Add brewing step information for modded potions
(commit: e1e4440)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeMaker.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/brewing/PotionSubtypeInterpreter.java (diff)