kerudion / chunksfadein

A simple mod that adds bedrock-like chunk fade-in animation
GNU General Public License v3.0
48 stars 6 forks source link

[FEATURE]: Compatability with Bobby (or other similar mod) #86

Open roundtent opened 4 months ago

roundtent commented 4 months ago

Before creating a request, please make sure you have checked the following:

What has to be improved/added?

Bobby is a mod that allows you to have a greater render distance than that of the server you are connected to. It does this by caching chunks loaded by the server and storing them locally.

Currently, when using Bobby alongside Chunks fade in, any new chunks being loaded by the server will "fade in" properly. However, if the chunks are loaded by Bobby, they pop in with no Chunks fade in animation.

Bobby mod: https://github.com/Johni0702/bobby

Thank you for taking the time to read this and feel free to discard this if it is out of your scope.

kerudion commented 4 months ago

Hi! Looks like if a chunk is loaded by Bobby initially, it will have all animations. But if you go back and forth, seems like they are only "hidden", because they pop back instantly without any delay. I don't know if I can apply animations to them, but at least with vanilla fog this issue isn't really noticeable.