AzumattDev / Recycle_N_Reclaim

MIT License
0 stars 3 forks source link

Can't recycle items created prior to adding the mod #10

Open AvianAnalyst opened 7 months ago

AvianAnalyst commented 7 months ago

Replication:

  1. Create a new world
  2. Craft an item
  3. Install mod and boot back into game
  4. Try to reclaim item

Expected: You can switch to the reclaim tab and reclaim materials from the item Actual: You can switch to the reclaim tab, but there are no reclaim recipes.

Work around:

  1. after adding mod, create an item of that type again
  2. Now the recipe will appear to reclaim

I assume this is because of the configuration for needing to know recipes, Though i haven't been able to test with that setting turned off yet. I don't know how valheim stores known recipes, but it would be nice if the mod could read from that list so you don't have to create itemsagain to be able to reclaim stuff from them.

AvianAnalyst commented 7 months ago

Ok I turned off the setting where you need to know recipes, and it still has the same behavior