mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00

## Descriptions This pull request adds inline SBBs feature which allows blueprints to be used directly (without SBB zon file) as child in other SBB files. Blueprint used this way must not any child blocks on it's own. To ensure that the feature works correctly some of the now redundant SBB zon files were removed. Current implementation generates SBB at runtime for each of the blueprints that has 0 child blocks and doesn't have an SBB with same ID. In the future the implementation could be changed to create SBBs on demand, to avoid wasting memory on blueprints which are not used or use SBB with different name, that is not critical tho (really small gains) and requires #1499 ## Links Resolves: #1403 --------- Co-authored-by: IntegratedQuantum <43880493+IntegratedQuantum@users.noreply.github.com>