Changes

Summary

  1. Increase the default value for maxSubtypes from 100 to 300 (details)
  2. Revert "Skip over broken creative tabs". Fix #894 (details)
  3. Update to latest Forge (details)
  4. Fix #895, re-add support for oredict strings for IStackHelper functions (details)
  5. Fix #905 Crashes on crafting recipes with no ingredients (details)
Commit e67698bcf6cbd70b912fa17e8c25abf4c46b6adc by mezz
Increase the default value for maxSubtypes from 100 to 300
# Conflicts:
# gradle.properties
The file was modifiedsrc/main/java/mezz/jei/config/ConfigValues.java (diff)
The file was modifiedsrc/main/java/mezz/jei/config/Config.java (diff)
The file was modifiedsrc/main/java/mezz/jei/config/LocalizedConfiguration.java (diff)
Commit f48dbb8fcbb2b103bb2611d2cf2311c7ee645232 by mezz
Revert "Skip over broken creative tabs". Fix #894
This reverts commit e2ac7687212fb961347ca07cd1e943a31d97c523.
The file was modifiedsrc/main/java/mezz/jei/startup/StackHelper.java (diff)
Commit 95309820b8bdd658cd6d5869a1d514663285fb84 by mezz
Update to latest Forge
The file was modifiedgradle.properties (diff)
Commit ee8a477b6e6e50df30f51380e07cb35565eda13e by mezz
Fix #895, re-add support for oredict strings for IStackHelper functions
The file was modifiedsrc/main/java/mezz/jei/startup/StackHelper.java (diff)
Commit b4303a7fc5459272747873a3b8b3893582705bcf by mezz
Fix #905 Crashes on crafting recipes with no ingredients
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/crafting/CraftingRecipeChecker.java (diff)