Schematic parametrisation
Arimodu opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
When creating various schematics, sometimes I want to use different blocks due to either esthetics or just because I have more of X.
Describe the solution you'd like
Upon schematic save, an option to parametrize the schematic. If checked, before saving give a selection via the material list, where I could name certain blocks as ie structural material or windowsill material. Then upon placing such schematic into a world, give a selection for those blocks and the option to replace with any block.
Additional context
Inspired by Factorios parametrized blueprints
Hello, we tried to solve the issue.
This is what we did:
Implement a new feature to allow parametrization of blocks when saving a schematic. This includes adding a checkbox for enabling parametrization, creating a UI for selecting blocks to parametrize, and modifying the schematic saving and loading process to handle parametrized blocks.
You can review changes in this commit: clarin-ebtio800090@c7f2758.
Caution
Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.
Latta AI seeks to solve problems in open source projects as part of its mission to support developers around the world. Learn more about our mission at https://latta.ai/ourmission . If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.