Theta-Dev / ConstructionWand

Minecraft Mod - Construction Wands make building easier!
https://www.curseforge.com/minecraft/mc-mods/construction-wand
MIT License
11 stars 12 forks source link

API for additional material requirements and post-processing #75

Open XFactHD opened 1 year ago

XFactHD commented 1 year ago

At the moment, the construction wand only copies the "raw" blocks and discards all blockentity data (which makes sense for most blocks). I would like to request an API (preferably one that allows for optional compat without self-mixins) that allows consumption of additional materials and post-processing of the placed block in order to copy over additional data from the source block's blockentity. This would allow me to implement support for ConstructionWand in FramedBlocks to copy over the camo and other attributes stored on the BE.