Pathoschild / StardewMods

Mods for Stardew Valley using SMAPI.
MIT License
712 stars 380 forks source link

[LookupAnything] Don't show recipes for nonexistent machines #1011

Closed zombifier closed 5 months ago

zombifier commented 5 months ago

Some mods (ie. H&W Baking) has config options that toggles machines on and off while still leaving their recipe data in Data/Machines intact. Those recipes are, by proxy, disabled because there are no machines to process them, but they still show up in ingredient lookup regardless. This change stops those recipes from showing up.

(modders on Discord suggest still showing these if show debug is on. I'm not sure how I would implement that, so leaving it up to you whether you think the idea is useful).

Pathoschild commented 5 months ago

I think hiding them entirely is fine. Merged into develop for the upcoming Lookup Anything 1.45.2. Thanks for the help!