add outputs key to generic recipe unifier

This commit is contained in:
Relentless 2023-09-23 20:02:44 +02:00
parent 566856b4d4
commit 21178853b4
No known key found for this signature in database
GPG key ID: 50C5FD225130D790

View file

@ -17,6 +17,7 @@ public class GenericRecipeUnifier implements RecipeUnifier {
); );
private static final Set<String> OUTPUT_KEYS = Set.of( private static final Set<String> OUTPUT_KEYS = Set.of(
RecipeConstants.OUTPUT, RecipeConstants.OUTPUT,
RecipeConstants.OUTPUTS,
RecipeConstants.RESULT, RecipeConstants.RESULT,
RecipeConstants.RESULTS, RecipeConstants.RESULTS,
RecipeConstants.OUTPUT_ITEMS RecipeConstants.OUTPUT_ITEMS