Mainly when trying to spawn large blueprints, which require many different types of blocks, it can be a hassle to look for the types of blocks, which are still missing.
As such I simply suggest some filters:
Sorting by the total amount or percentage of insertion may also be useful(apart from sorting by name/ID).
Adding this shouldn't eat THAT much time.
As such I simply suggest some filters:
- No filter: show every blocktype
- Filter empty: only show the blocktypes of which none are already inserted
- Filter nonfull: show all the blocktypes of which not all are already inserted
- Filter partially: show all the blocktypes of which at least 1 was inserted, but of which not all are already inserted.
- Filter nonempty: show all the blocktype of which at least 1 was inserted
- Filter full: show all the blocktypes of which all are already inserted
- Namefilter: show only the blocktypes which have the specified String in the name
- Categoryfilter: show only the blocktypes which are in the specified category(option to also show blocktypes within all subcategories?)
Sorting by the total amount or percentage of insertion may also be useful(apart from sorting by name/ID).
Adding this shouldn't eat THAT much time.