File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
CommonApi/src/main/java/mezz/jei/api/registration
Library/src/main/java/mezz/jei/library/ingredients Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 22
33import mezz .jei .api .IModPlugin ;
44import 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 ;
95import mezz .jei .api .ingredients .IIngredientType ;
10- import mezz .jei .api .ingredients .subtypes .ISubtypeManager ;
11- import mezz .jei .api .runtime .IIngredientManager ;
126import net .minecraft .world .item .ItemStack ;
137
148import java .util .Collection ;
Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ public <V> ITypedIngredient<V> normalizeTypedIngredient(ITypedIngredient<V> type
183183 return TypedIngredient .normalize (typedIngredient , ingredientHelper );
184184 }
185185
186- @ SuppressWarnings ("removal" )
187186 @ Override
188187 @ Deprecated
189188 public <V > Optional <V > getIngredientByUid (IIngredientType <V > ingredientType , String ingredientUuid ) {
You can’t perform that action at this time.
0 commit comments