Vanilla lighting engine causes things to render darker than they should
muzikbike opened this issue ยท 3 comments
(NOTE: currently not able to test this in-game to see if Sodium fixes it, I will do so later)
There exist an assortment of small problems with rendering lighting in vanilla resulting in stuff appearing darker than it should.
For blocks, there's https://bugs.mojang.com/browse/MC-123703 and https://bugs.mojang.com/browse/MC-233461 (possibly a duplicate), which prevent blocks intended to be solid colors such as white from actually achieving that color due to the game erroneously capping it. Both of these tickets include minor code analyses and fixes.
Items in the inventory are also subject to more extreme artificial darkening due to rendering changes in 1.15: https://bugs.mojang.com/browse/MC-213446
May relate to #883