A device, 3x2 or so in size, that would contain a larger set of combinators that the physical footprint, to effectively hide the internal wiring. Factorissimo2 is kind of an inspiration, but not suitable here because signal transfer is done with lua scripting and the desire is identical behaviour to the same combinators without the "cover" hiding them.
Rather than words, bullet point list of desires:
- one input pair, one output pair, like a math or decider combinator. both red and green in/out.
- bonus points: two or three distinct input pairs. only one output pair needed.
- implemented by cloning all the combinators, making them invisible, and non-colliding, and wiring them together in a script. (see below for more on this)
- provides something -- a GUI, a separate magical surface dedicated to it, whatever -- to allow wiring arbitrary but space-limited amounts of combinators into a single thing, with the input/output points visible. but just as a template.
- blueprints successfully, even if you need to pack complex tables into a contant combo or whatever to make it work.
- since I'm already asking for ponies and unicorns, dress it up in a nice, pretty skin, like a fancy computer device.
Make a clone of all the circuit network entities, including sensors, and make them invisible, off-grid, and non-colliding.
This is instead of having a real separate surface for the complexity to live in (eg: belt/pipe layer mod, factorissimo), treat the "build" location as a way to wire stuff up, and wipe it when done. reconstruct if opened again. so, slower transitions in/out, but no surfaces involved.
once the insides are mutated, place all the same entities and wiring, but all sitting together inside the container, so that the third party mod sensors, etc, are positioned where the container object is positioned. wire things together the same way, so the "on the actual surface" entity is identical to the one inside the build ... and to doing the same build all spaced out with normal combinators.