Browse Source

[2.0.5.2] Changed API: RecipePageEntry constructor

Zariteis 4 years ago
parent
commit
2b235cd273
1 changed files with 1 additions and 1 deletions
  1. 1 1
      API/RecipePageEntry.cs

+ 1 - 1
API/RecipePageEntry.cs

@@ -36,7 +36,7 @@
     /// <param name="idBase">The normal item in UltimateFore recipes or the output in other recipes.</param>
     /// <param name="min">The minimum amount of items created from a recipe.</param>
     /// <param name="maxBonus">The maximum bonus amount of items created from a recipe.</param>
-    public RecipePageEntry(int id1, int id2, int id3, int idBase, int min = 1, int maxBonus = 0)
+    public RecipePageEntry(int id1, int id2, int id3, int idBase, int min, int maxBonus)
     {
       ItemIdExtension = new int[] { id1, id2, id3 };
       ItemIdBase = idBase;