diff --git a/Library/src/main/java/mezz/jei/library/gui/recipes/layout/builder/RecipeLayoutBuilder.java b/Library/src/main/java/mezz/jei/library/gui/recipes/layout/builder/RecipeLayoutBuilder.java index a98341b7b..01dc9fbbf 100644 --- a/Library/src/main/java/mezz/jei/library/gui/recipes/layout/builder/RecipeLayoutBuilder.java +++ b/Library/src/main/java/mezz/jei/library/gui/recipes/layout/builder/RecipeLayoutBuilder.java @@ -96,8 +96,7 @@ private void addOutputSlotTooltipCallback(RecipeSlotBuilder slot) { @Override public IIngredientAcceptor addInvisibleIngredients(RecipeIngredientRole role) { - // invisible slots are only used by IngredientSupplierBuilder, and are ignored here - return IngredientAcceptorVoid.INSTANCE; + return new RecipeSlotBuilder(ingredientManager, nextSlotIndex++, role); } @Override