[Mod Support]: Building Gadgets
gus3000 opened this issue ยท 2 comments
The mod to integrate with
https://github.com/Direwolf20-MC/BuildingGadgets
Describe the feature
This issue has been raised in the past (2021):
- #39
and on the building gadgets repository : - Direwolf20-MC/BuildingGadgets#644
With the following versions :
- FramedBlocks : 9.1.6
- Building Gadgets 2 : 1.0.6
- Forge : 47.2.19
Using the copy-paste tool, the framed blocks are only partially correctly copied.
Here is the structure I'm copying :
It makes heavy usage of Framed Collapsible Blocks for the slopes, and a single Framed Slope.
And here is the pasted result :
As you can see, the Framed Collapsible Blocks are copied, but with no data.
The Framed Slope is however correctly oriented.
All the framed blocks are lacking their affected appearance block.
Did FramedBlocks and Building Gadgets support each other in the past, and somewhere along the updates compatibility broke, or does the full integration require additional work on top of what you did in 2021 ?
Best regards.
EDIT : upon further inspection, the Building Gadgets 1 and 2 utilize separate code bases (https://github.com/Direwolf20-MC/BuildingGadgets and https://github.com/Direwolf20-MC/BuildingGadgets2), so this is probably due to a difference in implementation. I'll open an issue on their new repo
FramedBlocks has full integration with Building Gadgets 1 and to my knowledge that integration still works fine.
Building Gadgets 2 is a complete rewrite of the mod. In the current state it's still missing the necessary systems to allow me to copy the data that's gone missing in your screenshot. As such there is currently nothing I can do about this.
I will leave this issue open for the time being with the hope of bringing back integration with BG2.
Thank you for your quick answer, I created an issue on the Building Gadgets 2 repo, we'll have to wait and see :)