Buildasaurus / Factorio-Blueprint-Generator

Automatically design a blueprint from production requirements
MIT License
3 stars 0 forks source link

Use underground belts when connecting machines #5

Open peso opened 5 months ago

peso commented 5 months ago

Given a production goal (desired factory output, provided factory input), the blueprint generation has 3 major phases

  1. Production design, which selects recipies and multipliers that reaches production goals.
  2. Assembly-line design, which outlines flow at single-machine-level and rough placement
  3. Transport-design, which specifies at surface level how items are moved between machines using transport-belts and inserters.

The last phase should be able to utilise underground belts.

Buildasaurus commented 4 months ago

Best done after #7 is implemented