Builderb0y / BigGlobe

This is my worldgen mod for Minecraft. There are many like it, but this one is mine.
Other
61 stars 5 forks source link

laggs blocks in the big globe worlds #71

Open MottiDowerro opened 1 week ago

MottiDowerro commented 1 week ago

I have only three mods installed: big globe latest version, sodium latest version and fabric api also latest version. When I break blocks, they update with a delay, as if I remain phantom for some time. This bug does not exist if you remove the sodium, or play in a non-big globe world. I tried installing different combinations of optimization mods, but it didn't help.

image

https://github.com/user-attachments/assets/8cb8c586-808b-40dc-943e-b21360b3a64d

Builderb0y commented 1 week ago

Confirmed, though less noticeable on my particular computer. Nevertheless, I was able to trace it back to my custom block coloring code. I tint blocks based on noise, not biome, and I made the noise more complex in the most recent version without realizing it. That's taking longer to run than it did in previous versions, which causes delays in blocks appearing and disappearing. I'll re-simplify it in the next version.

MottiDowerro commented 1 week ago

Confirmed, though less noticeable on my particular computer. Nevertheless, I was able to trace it back to my custom block coloring code. I tint blocks based on noise, not biome, and I made the noise more complex in the most recent version without realizing it. That's taking longer to run than it did in previous versions, which causes delays in blocks appearing and disappearing. I'll re-simplify it in the next version.

yep, in 4.6.0 version all is good

Builderb0y commented 3 days ago

I'd prefer to keep this open until a proper fix is released.