Changes

Summary

  1. Organize ingredients into subfolders (details)
  2. Move some specially-handled ItemStack cases into the vanilla plugin (details)
Commit 2590a8b61506f91f5aead6a61e0b610914e9761c by mezz
Organize ingredients into subfolders
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/item/package-info.java
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiItemStackGroup.java (diff)
The file was modifiedsrc/main/java/mezz/jei/gui/ingredients/GuiFluidStackGroup.java (diff)
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/FluidStackHelper.java
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java (diff)
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackRenderer.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackListFactory.java
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/ItemStackListFactory.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/FluidStackRenderer.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/package-info.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackHelper.java
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/FluidStackListFactory.java
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/ItemStackHelper.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackListFactory.java
The file was addedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java
The file was removedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/ItemStackRenderer.java
Commit 92cf9dbe33d2a6dd42913506f76a770bfffa0c04 by mezz
Move some specially-handled ItemStack cases into the vanilla plugin
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java (diff)
The file was modifiedsrc/test/java/mezz/jei/test/lib/TestIngredientHelper.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/jei/ingredients/DebugIngredientHelper.java (diff)
The file was modifiedsrc/api/java/mezz/jei/api/ingredients/IIngredientHelper.java (diff)
The file was modifiedsrc/main/java/mezz/jei/ingredients/Ingredients.java (diff)
The file was modifiedsrc/api/java/mezz/jei/api/recipe/IVanillaRecipeFactory.java (diff)
The file was modifiedsrc/main/java/mezz/jei/ingredients/IngredientListElement.java (diff)
The file was modifiedgradle.properties (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackHelper.java (diff)
The file was modifiedsrc/main/java/mezz/jei/recipes/RecipeRegistry.java (diff)
The file was modifiedsrc/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java (diff)
The file was modifiedsrc/main/java/mezz/jei/startup/ForgeModIdHelper.java (diff)