ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Add support for an infinite resource supply "building" #30

Closed ryanjjung closed 5 months ago

ryanjjung commented 5 months ago

If I want to design an advanced factory (such as one that makes Fused Modular Frames but I don't want to design the underlying factories that make its complex inputs (Heavy Modular Frames and Aluminum Casings), I should be able to "fake" a source for those materials with a sort of building that produces an infinite amount of them.

ryanjjung commented 5 months ago

Fixed in #34