
Framed sign from framed block
stacode123 opened this issue ยท 1 comments
Describe the bug
I cant edit a sign from framed blocks
FramedBlocks-5.8.0.zip
Minecraft version
1.18.2
Forge version
40.1.70
Mod version
2.3.1
Relevant log output
No response
FramedBlocks does not extend the vanilla SignBlockEntity and redo everything by itself. Therefore it isn't picked up by the mod.
https://github.com/XFactHD/FramedBlocks/blob/1.20/src/main/java/xfacthd/framedblocks/common/blockentity/FramedSignBlockEntity.java#L24
It'd require to add a specific implementation for this mod which I won't do. Especially with 1.20 where it's added by default, developers will slowly move towards implementing it themself.