raiguard / RecipeBook

Recipe Book for Factorio.
MIT License
21 stars 9 forks source link

Hide Transport Drone Recipes #8

Closed millerlarson closed 4 years ago

millerlarson commented 4 years ago

Is there a way to hide the recipes included with Transport Drones mod? Or perhaps a mod setting that I'm overlooking that could hide these?

Wasting a lot of time/clicks by guessing which search result is the "real" recipe and which is from Transport Drones.

raiguard commented 4 years ago

Yeah, this is a known problem. Unfortunately Transport Drones (and Mining Drones) don't "hide" these recipes, so there's no easy way to tell which ones should be hidden. It'll require manually adding support for those mods.

I'll get it done for the next version.

millerlarson commented 4 years ago

Yikes, that is unfortunate. Any efforts along these lines would be greatly appreciated.

raiguard commented 4 years ago

So, turns out that it was fairly trivial to do this, because transport drones assigned each recipe to a custom category. I now have a small list of excluded categories, and the transport drones recipes no longer show up.

In the future I will add a remote interface for telling Recipe Book to exclude a category or object, so mod authors can customize which of their mod's stuff will show up.

millerlarson commented 4 years ago

This is great, thank you!

raiguard commented 4 years ago

This is out in the most recent version!