Lecterns have black lines in their model with Sodium.
Lolothepro opened this issue ยท 4 comments
Bug Description
Reproduction Steps
place a lectern
Log File
Crash Report
Can we be sure this isn't #1902?
We can't really fix any of these vertex precision issues until the fluid renderer is rewritten to not abuse them. At that point, it should become possible to correct the off-by-one issue which affects texture coordinates, since it won't cause texture gaps in fluid rendering.
I believe this is a duplicate of #1902 since the problem in both cases is a result of subtly incorrect UV coordinates which are introduced in the vertex compression step.