[Bug]: AE2 Quartz Glass Block doesn't work with FramedBlocks
Lolothepro opened this issue · 1 comments
Minecraft version
1.21
(Neo)Forge version
21.1.92
FramedBlocks version
10.2.1
Describe the bug
AE2 Quartz Glass Block doesn't work with FramedBlocks
2025-01-11.22-14-10.mp4
How to reproduce the bug
Use AE2 with FramedBlocks
Take a sign
Take a Quartz Glass
Right-click with “Quartz Glass” in the hand on the sign
Take a Framed Block
Take a Quartz Glass
Right-click with “Quartz Glass” in the hand on the Framed Block
Expected behavior
The sign should be rendered
Additional details
No response
Crash log
No response
This is caused by the quartz glass block's model not returning any quads when the connected textures data is missing. This needs to be fixed on AE2's side as there is no way for me to provide this data in the item rendering context and providing the data in the cached path of block rendering would require additional work on their side anyway and would in this particular case also lead to other issues.