mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
add outputs key to generic recipe unifier
This commit is contained in:
parent
566856b4d4
commit
21178853b4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue