LambdAurora / AurorasDecorations

Decorations-focused Quilt mod.
https://lambdaurora.dev/AurorasDecorations
GNU Lesser General Public License v3.0
50 stars 15 forks source link

Book enchantment glint is broken at certain angles #6

Closed EcoBuilder13 closed 2 years ago

EcoBuilder13 commented 3 years ago

image image If you look at the center of the book in the images you can see where the enchantment glint looks broken. The pattern changes based on what angle you look in but it remains stationary as long as you don't move. Minecraft - 21w15a AurorasDecorations - 611b2d070c2f2b7717c0d6ef1f4151f4b9905bd2

LambdAurora commented 3 years ago

In my testing it's either float precision errors or a bug in item rendering itself, which means I'm not sure what to do about it.

LambdAurora commented 3 years ago

This should be mostly fixed with 4377c9f.

Sadly at a distance the Z-fighting is still visible, which is most noticeable if you use a spyglass.

I am tempted to consider this fixed as trying to fix this fully is way too tricky and would require quite invasive changes.