Changes

Summary

  1. Fix missing mod name on items with names that match the mod name (commit: d1b1703) (details)
  2. Update MCP and Forge (commit: 0d902cd) (details)
  3. Minor cleanup (commit: 54b251d) (details)
  4. Fix #513 Shift-[+] can result in lost items on restricted inventories (commit: ce47226) (details)
  5. Add better handling for recipe transfer into restricted slots (commit: b3a0559) (details)
  6. Catch and log tooltips that would crash (commit: 5dacc83) (details)
  7. Bump version (commit: 56d17c0) (details)
Commit d1b17031e759a404ab194546b5a26ae5eea306d3 by mezz
Fix missing mod name on items with names that match the mod name
(commit: d1b1703)
The file was modifiedsrc/main/java/mezz/jei/util/ModIdUtil.java (diff)
The file was modifiedgradle.properties (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ItemListOverlay.java (diff)
Commit ce47226cd6e8a77df54cf709659777eed743979f by mezz
Fix #513 Shift-[+] can result in lost items on restricted inventories
(commit: ce47226)
The file was modifiedsrc/main/java/mezz/jei/transfer/BasicRecipeTransferHandlerServer.java (diff)
Commit b3a055925059061ac3a315148040950bc82b2f66 by mezz
Add better handling for recipe transfer into restricted slots
(commit: b3a0559)
The file was modifiedsrc/main/java/mezz/jei/transfer/BasicRecipeTransferHandlerServer.java (diff)
The file was modifiedsrc/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java (diff)
Commit 5dacc83b3d377c56b151b8d4cd4c2816b4fb8bbe by mezz
Catch and log tooltips that would crash
(commit: 5dacc83)
The file was modifiedsrc/main/resources/assets/jei/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiIngredientFast.java (diff)
The file was modifiedgradle.properties (diff)