GlassBricks / StagedBlueprintPlanning

The ultimate Factorio mod for advanced blueprint planning.
GNU Lesser General Public License v3.0
10 stars 2 forks source link

feat: Allow the tile to use for landfill to be configured #30

Closed Marwes closed 8 months ago

Marwes commented 8 months ago

Part of my request in https://github.com/GlassBricks/StagedBlueprintPlanning/issues/12 .

Since this is a global setting there isn't a way to use different landfill tiles for different blueprints. That might be a nice thing to have but it is probably not worth cluttering up the interface for.

This does require one to lookup the name of the tile via the debug UI which isn't ideal but I don't have a better idea at this time.

GlassBricks commented 8 months ago

There's a choose-elem-button gui element that allows selecting tiles, I think using that would be better. It also allows this to be a per-project setting.

I've just started working on this...

GlassBricks commented 8 months ago

I've implemented this instead in #32