[Bug]: Can't add Glass blocks from Chisel Reborn mod to the framed blocks
EmmaRavens opened this issue · 1 comments
Minecraft version
1.21.1
(Neo)Forge version
Neo - 21.1.23
FramedBlocks version
10.1.4
Describe the bug
Chisel Reborn version: 1.8.1
Can't place any glass type of block in the frames
How to reproduce the bug
FramedBlocks.Bugs.with.Chisel.Reborn.mp4
Expected behavior
To be able to place glass type of blocks in the frames
Additional details
Found out after posting this, that Quartz Glass from Applied Energistics 2 also doesn't work.
AE2 Version: 19.0.20-beta
Crash log
No response
For technical reasons, I cannot determine whether a non-solid1 block such as glass is actually a full cube. For that reason I require that these blocks have the framedblocks:frameable
block tag. By default, this tag includes the c:glass
convention tag which should catch glass blocks added by other mods unless they don't tag their glass blocks with that tag. Please report this to Chisel Reborn and AE2, they should either be tagging their glass blocks with the c:glass
block tag or add it to framedblocks:frameable
block tag directly if the glass tag is somehow unsuitable.
Footnotes
-
Non-solid in this case means that the block is not guaranteed to be visually opaque. Stone and dirt are considered solid, glass and leaves are considered non-solid ↩