Block transparency is not respected on the multiblock page
IchHabeHunger54 opened this issue ยท 2 comments
Mod loader
Forge
Minecraft version
1.18.1
Patchouli version
1.18.1-65
Modloader version
39.0.66
Modpack info
The latest.log file
Not a crash, so none.
Issue description
This somewhat mirrors #201 , which, as it seems, has been fixed.
The multiblock page does not respect block transparency, as seen in the images below.
Steps to reproduce
- Create a block and set the cutout or translucent render type on it.
- Use that block in a multiblock.
- Display that multiblock in a multiblock page.
Other information
I can confirm this is happening with RenderType.cutout() and RenderType.translucent().
It is possible that this happens with other types as well, but I haven't tested it.
hm, I can't get this to happen with vanilla's cutout blocks (tall grass and glass). Does it happen for those blocks for you?
ah, actually. This is the same issue as #201. The fix was accidentally dropped when we merged forge/fabric codebases together.