[Mod Support]: Create Schematics
michelle1574 opened this issue ยท 3 comments
The mod to integrate with
Create
Describe the feature
It would save the block that is framed if in the schematic there was framed blocks.
Duplicate of #251. Keep track of that issue for any further progress on the matter.
The data is stored in the schematics but neither the creative-mode schematic placement nor the Schematicannon copy that data to the newly placed blocks by default. Create has APIs to make that possible but their current design makes it impossible for me to implement these without making Create a mandatory dependency, which is not an acceptable solution.
An addon can't provide this compatibility in a clean way either. The only technically possible (and absolutely awful) way to implement this in an addon could also be done in the main mod without making Create a mandatory dependency. I have used that solution once to provide compatibility with CTM, absolutely hated it because it's hell to maintain and will never use it again unless absolutely required to fix severe issues such as a crash (which this is not).