Changes

Summary

  1. Add proper element validator to IngredientSortStages and SearchColors config entries (#2295) (details)
  2. Expose ColorGetter#getColors to the API via an IColorHelper (#2294) (details)
Commit e230674332a1c17c156983139c7364b6e790eaa3 by github
Add proper element validator to IngredientSortStages and SearchColors config entries (#2295)

The file was modifiedsrc/main/java/mezz/jei/config/ClientConfig.java (diff)
Commit d1c54f900a1481956ccc5edd74dc4f0b1d1a8086 by github
Expose ColorGetter#getColors to the API via an IColorHelper (#2294)

The file was modifiedsrc/main/java/mezz/jei/ingredients/ModIngredientRegistration.java (diff)
The file was modifiedsrc/api/java/mezz/jei/api/ingredients/IIngredientHelper.java (diff)
The file was addedsrc/api/java/mezz/jei/api/helpers/IColorHelper.java
The file was modifiedgradle.properties (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java (diff)
The file was modifiedsrc/main/java/mezz/jei/color/ColorGetter.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java (diff)
The file was modifiedsrc/main/java/mezz/jei/util/MathUtil.java (diff)
The file was modifiedsrc/api/java/mezz/jei/api/registration/IModIngredientRegistration.java (diff)