Recursive Blueprints

by DaveMcW

Automate blueprints to build a self-expanding factory.

Content
11 months ago
0.13 - 1.1
26.9K
Blueprints

g Updating Resource Scanner

2 years ago

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?

2 years ago

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.

2 years ago

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.

New response