Changes

Summary

  1. Use shift to stop item rotation. (details)
  2. Fix #69 Fix recipe lookup of items with meta or damage and no subItems (details)
  3. Fix OpenGL issue with rendering item list next to modded GUIs (details)
  4. Reduce log size from getUniqueIdentifierForStack exceptions (details)
  5. Fix creating itemstacks in the item list with wildcard metadata (details)
Commit 6cc423d2afdf8767142f106a9a804961f4cb5dd3 by mezz
Use shift to stop item rotation.
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiFluidStackGroup.java (diff)
The file was modifiedsrc/main/java/mezz/jei/util/CycleTimer.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiItemStackGroup.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiIngredientGroup.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiIngredient.java (diff)
Commit 570c53fdf90ea7811b3e911f982f0598f8285589 by mezz
Fix #69 Fix recipe lookup of items with meta or damage and no subItems
The file was modifiedgradle.properties (diff)
The file was modifiedsrc/main/java/mezz/jei/util/StackUtil.java (diff)
Commit ad9304d043cd0a808a8cbe48cf47bf20724e4bf0 by mezz
Fix OpenGL issue with rendering item list next to modded GUIs
The file was modifiedsrc/main/java/mezz/jei/gui/RecipesGui.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ItemListOverlay.java (diff)
Commit 056b11e9ccddcb407858e4943349251dc1edea77 by mezz
Reduce log size from getUniqueIdentifierForStack exceptions
The file was addedsrc/main/java/mezz/jei/util/ItemUidException.java
The file was modifiedsrc/main/java/mezz/jei/util/StackUtil.java (diff)
The file was modifiedsrc/main/java/mezz/jei/RecipeRegistry.java (diff)
Commit 79eed89a5c3806bdb638627b685417d48965cd10 by mezz
Fix creating itemstacks in the item list with wildcard metadata
The file was modifiedsrc/main/java/mezz/jei/util/StackUtil.java (diff)