New recipes do not display in the helper if the capitalization is different than the original version of the element found
BartlebyNineteen opened this issue · 2 comments
BartlebyNineteen commented
- Craft Vhf using /v/ + FH
- Craft Vhf using /v/ + Hz
Recipe 1 is recorded, recipe 2 is not
BartlebyNineteen commented
I suspect that this is a case-related issue. Example 2:
- Craft Bartleby Taka + Nenene = TakaNene (which was locked)
- Craft Takanashi + Takenene = TakaNene, but now TakaNene is unlocked, so the server probably returned Takanene
Recipe 2 is not recorded
BartlebyNineteen commented
Looking at the save file, the missing elements are not being added to the "elements" collection, but are being added to the "recipes" collection, so hopefully this is a simple fix.