Rybadour / Foreman

Visual planning tool for the game Factorio
Other
21 stars 7 forks source link

Exclude barreling recipes #3

Open Rybadour opened 4 years ago

Rybadour commented 4 years ago

Recipes pertaining to barreling or unbarreling fluids should be excluded from the list by default and be made a toggleable option.

Rybadour commented 4 years ago

Also barrel items should be skipped during processing as processing things like their icons is very expensive. Once implemented let's remove the barrel check in DataCache.cs GetIcons()

Kamikaetzchen commented 4 years ago

Also barrel items should be skipped during processing as processing things like their icons is very expensive. Once implemented let's remove the barrel check in DataCache.cs GetIcons()

https://github.com/Rybadour/Foreman/blob/33178cec2a2de95480cb7c3074032d546ef72057/Foreman/DataCache.cs#L1153