Chunks fade in

Chunks fade in

2M Downloads

Fade not applying consistently

cadenkriese opened this issue ยท 8 comments

commented

There is inconsistent chunk fading when using the mod Bobby. Chunk animations seem to work correctly, though there may also be issues there. I've included videos of both for reference.

Fade Example

Chunks.Fade.In.Bobby.Fade.mp4

Animate Example

Chunks.Fade.In.Bobby.Animation.mp4

Client Details

Minecraft: 1.19.3
JDK: Temurin-19.0.1+10
Quilt: 0.17.8
Chunks Fade In: 1.0.0-1.19.3
Bobby: 4.0.3

commented

Hello!
My mod fades chunks in the same order as they are loaded to the world, so that means that bobby loads chunk in this strange order. Can you please include a video of the same chunks, but with fading completely turned off?

commented

Hmm, they're still loading in a strange order here. Does this bug happen without the mod even loaded?

commented

No problem; here's a recording with the animations turned off.

Bobby.Load.mp4
commented

I may have jumped the gun by calling this a Bobby compatibility issue; here it is with just Sodium and Fade In Chunks. The fade is on in this video and set to three seconds.

Fade.In.Chunks.Only.mp4
commented

Honetly, I don't see any problem here. The fade time may vary a little due to taking frame time in milliseconds and not in microseconds. About strange load order, I've tested a bit and it appears even with only sodium installed.

commented

Ohh, it makes much more sense now. The mod is using fog color rather than the skybox color behind the chunk, which would be much more complicated and intensive, I assume. That allows me to see the chunks pop in, which I was reporting as a bug.

commented

If you leave the fog on, I'd recommend a mod like Clear Skies

commented

Also chunks for some reason can't be transparent. About using skybox, I don't knew at the start how to use it, so I decided to just use fog color. Now I maybe can try to use it instead of fog.