Mod Compatibility: FramedBlocks
gus3000 opened this issue ยท 2 comments
The mod to integrate with
https://github.com/XFactHD/FramedBlocks
Describe the feature
This issue has been raised in the past with the first version of Building Gadgets (2021):
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.
I believe @XFactHD did some work in the past to ensure compatibility between the first Building Gadgets mod and FramedBlocks, which was probably lost with the rewrite.
According to the old Building Gadgets issue, there used to be an API that could be used to expose / retrieve NBT data, that was used to provide a functioning implementation on the FramedBlocks side. Has this API been carried over ?
Best regards.
Hi Sorry, it has not been carried over, but I'll look into a way of doing it -- or more likely pray that @MichaelHillcox does instead because I don't know how API's should work lol. But I guess I should learn