Obviously idk the implementation details of this game and this is a total guess based on Fem’s latest update on the spinach salad bug and the missing “s”, so pls disregard if this suggestion does not make sense in this case.
If the bug was caused by a misspelled string not matching the expected value, perhaps a similar bug can be avoided in the future (if you were to add more recipes for example) by using enums in place of pure strings for the “tag” that is supposedly used in the ingredient criteria. That way the code will show a compile error when the enum is misspelled (either on the recipe or an ingredient item) and the bug is more easily caught.
I did find the update to be funny though, kudos hehe

