We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2fbd1 commit 196b038Copy full SHA for 196b038
CommonApi/src/main/java/mezz/jei/api/registration/IExtraIngredientRegistration.java
@@ -2,13 +2,7 @@
2
3
import mezz.jei.api.IModPlugin;
4
import mezz.jei.api.constants.VanillaTypes;
5
-import mezz.jei.api.helpers.IColorHelper;
6
-import mezz.jei.api.helpers.IPlatformFluidHelper;
7
-import mezz.jei.api.ingredients.IIngredientHelper;
8
-import mezz.jei.api.ingredients.IIngredientRenderer;
9
import mezz.jei.api.ingredients.IIngredientType;
10
-import mezz.jei.api.ingredients.subtypes.ISubtypeManager;
11
-import mezz.jei.api.runtime.IIngredientManager;
12
import net.minecraft.world.item.ItemStack;
13
14
import java.util.Collection;
0 commit comments