Implement a general ordering in blueprint building
SpaceToad opened this issue ยท 0 comments
Right now, first and secondList and primaryList and computed out of heuristics, but we may need finer control. It would be better to create a comparator function in schematics, and use that to order building, according to 1) priority between schematics, and if equals, 2) position in the blueprint (e.g. from bottom to top).