justastranger / CarcassSpark

Tool to aid in the creation of mods for Cultist Simulator by Weather Factory
9 stars 3 forks source link

Recipes with duplicate recipe links can't be opened in a RecipeViewer #4

Open justastranger opened 4 years ago

justastranger commented 4 years ago

Describe the bug Duplicate recipe links throw an exception during recipe link indexing since they're indexed in a Dictionary<string, RecipeLink> based on the linked recipe ID.

To Reproduce

  1. Load vanilla content
  2. find explorevaultsuccess
  3. Try to open it

Expected behavior The recipe should be opened and displayed in the Recipe Viewer

Screenshots