
Yellow fog when render distance 38 or more chunks
Cristelknight999 opened this issue ยท 8 comments
Describe the bug
Title...
To Reproduce
Steps to reproduce the behavior:
- Use c2me and WWOO (or probably any mod/datapack that changes fog, not tested yet)
- set render distance to 38 or above
- sometimes you need to look around for it to appear
Expected behavior
no weird yellow fog should appear, just an increase in render distance
Screenshots
Runtime info (please complete the following information):
- OS: Windows 11
- Minecraft version: 1.21.7
- Mod version: 0.3.4+alpha.0.46
Crash reports / logs
https://pastebin.com/RKxsiAsW
Other mods
only WWOO, c2me (and fapi)
Checklist
- I am using the official version of the mod.
- I tried the latest development version but the issue persists.
- I searched for similar open issues and could not find an existing bug report on this.
A lot of client things are never designed to go above 32, but it happen to just work. Fixing rendering issues with high render distance is low priority.
Does it happen with bobby as well?
Can't reproduce this issue with Bobby. Everything works as expected with it.
Also Bobby in-game config screen doesn't work in 1.21.7.
Have you tried running around to preload chunks with bobby? It will not load all the render distance by itself.
Is it even possible to get higher than 32 render distance with bobby in singleplayer?
Because this config option only goes up to 32:
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=32
Also bobby seems extremely buggy. Unloading chunks all the time when looking certain directions. So i can't even really tell if it's actually loading more than 32 chunks. don't think so. idk it's weird. but it doesn't have the bug where everything turns yellow. no matter what i do with bobby.
Also this only seems to happen with ceratin custom sky colors. Many work fine but for example this one:
"sky_color": 6269917
breaks.
Changing the default plains sky color from this:
to this:
causes the issue for example.
Is it even possible to get higher than 32 render distance with bobby in singleplayer?
Pretty sure it is. Setting view-distance-overwrite
, cranking max-render-distance
, crank view distance in the game and running around should do it.
but it doesn't have the bug where everything turns yellow. no matter what i do with bobby.
The bug probably needs all chunks within 38 render distance to be loaded.
no. not all chunks need to be loaded. If i load into a new world with 2cme with the render distance already 38 or higher i can instantly see the yellow fog. without all chunks beeing loaded.