Automate blueprints to build a self-expanding factory.
Mods introducing new content into the game.
Change blueprint behavior.
It seems like the Resource Scanner only displays the amount of resources when its deployed is there a way to make it refresh the amounts it sees?
You can read one of the dimensions from a constant combinator, then attach a clock to it to periodically force it to refresh.
Updating is quite expensive, so I try to avoid unnecessary updates.
Thanks, that works. I figured it was a resource intensive process. I plan on doing it only once every 10 minutes so I'm not too worried about it.