Wedding ring recipe still missing.
Halestorm42 opened this issue · 7 comments
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.
I can't reproduce this. If it still happens:
- load your save and check the crafting screen;
- upload your SMAPI log and post the link here;
- post a zip of your save files.
I checked the crafting screen, the recipe is still missing.
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.
Still present in Stardew Valley 1.3.18. I added it to a summary of requested bug fixes.