|
|
@@ -104,7 +104,7 @@ namespace RecipeMenuCore.Patches
|
|
|
if (page.GetRecipePageEntries().Length > i / 3)
|
|
|
{
|
|
|
int itemID = page.GetRecipePageEntries()[i / 3].ItemIdExtension[i % 3];
|
|
|
- if (__instance.RecipeCraftedAlready(itemID, page.GetRecipePageEntries()[i].MinAmount))
|
|
|
+ if (__instance.RecipeCraftedAlready(itemID, 1))
|
|
|
{
|
|
|
___ultLocks[i].SetActive(false);
|
|
|
hoverElements.transform.GetChild(i).gameObject.SetActive(true);
|