spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

BlockColors not working correctly for some modded blocks #178

Open MehVahdJukaar opened 2 years ago

MehVahdJukaar commented 2 years ago

I came across this while investigating this issue https://github.com/MehVahdJukaar/Supplementaries/issues/91 I didn't delve into the mod code since I figured it would be faster to ask here if this is a sodium issue or if there's some way I can make my mod use sodium block color optimization without having those artefacts there

tofodroid commented 2 years ago

FYI I ran into the same issue with my mod which uses colored blocks and I got things to work properly by disabling the set of mixins in my last comment on #193

I believe this issue is caused by something related to the chunk_rendering feature set but it seems like that feature alone can't be disabled without causing a crash on joining the world.