Some thin blocks don't render in multiblock preview
Eqis-Edu opened this issue ยท 3 comments
Describe the bug
Iron bars, glass pane and chain is not rendered in world preview, only appear inside the book.
Note: colored glass panes are shown.
To Reproduce
Steps to reproduce the behavior:
- Have multiblock in modonomicon with one of these blocks (used occultism last pentacle)
- Click Eye Button
- Place in world
- See error
Expected behavior
Render these blocks in placed preview
System (please complete the following information):
Thanks for reporting!
I wonder why these are not rendering, as currently the rendering uses the vanilla block renderer for both places. I need to do some testing, maybe it is about the render state setup
On second thought, the colored glass panes might be hint that the render type is different and somehow does not render cutout (only "true" transparency)
Yes, the problem is the transparency rendering of the multiblock preview. It adds "enableBlend" and an alpha value to the render types. For cutout that leads to no rendering at all. I will check with smarter people if this can be counteracted