mateuskreuch / minecraft-miniature-shader

In-style lighting and reflection shader for Minecraft
MIT License
17 stars 1 forks source link

Enchanted Items turn white when on land. #23

Closed fasicnated closed 3 months ago

fasicnated commented 4 months ago

Describe the bug Enchanted items would appear plain white. When I go into the water, the items return to their normal texture?colour.

To Reproduce Steps to reproduce the behavior:

  1. Get an enchanted item.

Expected behavior The item shouldn’t be white.

System Information

Additional context Nothing

mateuskreuch commented 3 months ago

Can you post a screenshot?

dengxk1234 commented 3 months ago

I've tested and found that the shader may conflict with the sodium extra's fog options. Don't know if it's helpful. If you only turn off the "Single Fog" option in the "Render" section, it will reproduce the problem. Also, the clouds and fog will be weird too. Here are some screenshots. This is what it should be like: 2024-08-01_16 20 43 This is what it be like when the "Single Fog" is turned off: 2024-08-01_16 21 42 This is what it should be like in the nether: 2024-08-01_16 23 23 This is what it be like in the nether when the "Single Fog" is turned off: 2024-08-01_16 25 43 This is a clean install of 1.21 which only has the newest version of sodium, sodium extra and iris.

mateuskreuch commented 3 months ago

Great work, thanks!

mateuskreuch commented 3 months ago

Closing this as it seems to be an issue on their part, and fixing it on mine is not viable.