SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Wedding ring recipe still missing.

Halestorm42 opened this issue · 7 comments

commented

I’m running the latest version of SMAPI and SDV. Since the update where you fixed it it is gone from the traveling cart, but I still dont have the recipe in my crafting menu.

commented

Disabling SMAPI and playing a day without it re-enabled the recipe.

commented

I can't reproduce this. If it still happens:

  1. load your save and check the crafting screen;
  2. upload your SMAPI log and post the link here;
  3. post a zip of your save files.
commented

I checked the crafting screen, the recipe is still missing.

https://log.smapi.io/XzMMNjXJ

Fredrik_135053746.zip

commented

Thanks! I was able to track it down with your save file.

This happens due to something the game is doing. Game1.craftingRecipes is set to "Data//CraftingRecipes", then Stats loads "Data\\CraftingRecipes" and removes the wedding ring. Both refer to the same asset, so this removes the wedding ring from Game1.craftingRecipes too. That doesn't cause issues in the base game because it doesn't normalise asset names (SMAPI does), so there are two copies of the data.

I reported the issue in the bug thread with a proposed fix.

commented

Glad to help :)

commented

Still present in Stardew Valley 1.3.18. I added it to a summary of requested bug fixes.

commented

Fixed in Stardew Valley 1.3.19.