[Mod Support]: Create Schematicannon
LaidBackSloth opened this issue · 2 comments
The mod to integrate with
https://www.curseforge.com/minecraft/mc-mods/create
Describe the feature
FramedBlocks now works really well together with Create. However, one feature I‘m missing is support for the Schematicannon. Currently, it only places the blocks without camo, and also only requires the camos not in the Material Checklist. After placing, you have to manually place all the camos. It would be great if the Schematicannon would automatically use the camo blocks too (also requiring it as material in the checklist)
I have looked into this and have found that while Create has an API for additional material requirements and data transfer to the newly placed blocks, the design of that API currently does not allow me to implement support for it without making Create a required dependency (which is not an acceptable solution). I have opened an issue on their repository and will see whether they are interested in providing an alternative API that allows me to implement this in a way that doesn't require a hard dependency on Create.