Skip to content

Commit fd31c19

Browse files
committed
Fix item duping when recipe inputs are only partially available
1 parent cb4ca7a commit fd31c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/cyclops/integratedcrafting/core/CraftingHelpers.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ public static <T, M> List<T> getIngredientRecipeInputs(IIngredientComponentStora
11911191
"and non-simulation: " + storage + ". Lost: " + remaining);
11921192
}
11931193
}
1194+
inputInstances.clear();
11941195
}
11951196

11961197
if (!collectMissingIngredients) {

0 commit comments

Comments
 (0)