Add -a for loading schematics
Opened this issue ยท 2 comments
The Problem
Unable to load a schem.
downloads.mp4
A Solution
Allow users to //schem load {schem name} {filetype} -a so it doesn't add air blocks and any unnecessary strain
Alternatives
No response
Anything Else?
No response
that's not how anything works. there needs to be some block at every position in a clipboard. the time taken to load a schematic is roughly linear based on the number of blocks in the schematic, cutting air out won't make a significant difference since we still need to read over them all.