add alts, refactor recipes
parent
1d5c39b9e5
commit
7e5c0e8e35
File diff suppressed because it is too large
Load Diff
|
|
@ -82,7 +82,7 @@ public class RecipeBuilder {
|
|||
if (outputs.isEmpty()){
|
||||
throw new IllegalStateException("no outputs set");
|
||||
}
|
||||
Recipe recipe = new Recipe(duration, inputs,outputs, byProducts,building,name,isHandCraftable );
|
||||
Recipe recipe = new Recipe(duration, inputs,outputs, byProducts, building, name, isHandCraftable);
|
||||
outputs.keySet().forEach(item -> item.add(recipe));
|
||||
return recipe;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue