YUNG's Better Caves (Fabric)

YUNG's Better Caves (Fabric)

1M Downloads

Mod Incompatibility with Infinity Caves by Frozytime regarding Aquifer Generation

Closed this issue ยท 5 comments

commented

If both are present, Aquifers do not generate properly. The issue occurs at the borders between the two mods and resolves if either mod is disabled. May be related to to issue #170 if Infinity Caves was also present.

Log snips observed during game session when issue present:

[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/ERROR][bettercaves/]: Failed to fetch the AquiferContext. Liquid Regions for YUNG's Better Caves may not generate properly.

[06Sep2025 16:45:03.735] [ForkJoinPool-5-worker-11/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.736] [ForkJoinPool-5-worker-11/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.736] [ForkJoinPool-5-worker-11/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.736] [ForkJoinPool-5-worker-11/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.742] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.743] [ForkJoinPool-5-worker-12/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.744] [ForkJoinPool-5-worker-3/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.744] [ForkJoinPool-5-worker-13/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.744] [ForkJoinPool-5-worker-7/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.745] [ForkJoinPool-5-worker-11/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!
[06Sep2025 16:45:03.746] [ForkJoinPool-5-worker-8/WARN][bettercaves/]: AquiferContext is null in AquiferMixin, this should not happen!

Screenshots:

Image Image Image

Logs:

debug.log
latest.log

commented

Testing with just Infinity Cave and Better Caves, I'm not able to recreate the issue. I don't get the error logs with just those two, and the worst worldgen error I'm able to find is a few minor instances of lava being directly adjacent to water in the Molten Caves biome, presumably due to a lava feature IC adds.

commented

It turns out it was not Infinity Cave but Wild Caves by DevDyna that was the conflict. Disabling Wild Caves stabilizes the world gen issue pointed out in the photos.

commented

I'm also not able to recreate the issue with just Wild Caves and Better Caves on NeoForge 1.21.1. No error logged and no worldgen issues that I've found.

If you can, please try to isolate the exact mod combination that causes the issue.

commented

Config Isolation with resolved screenshots:

Curseforge>Instances>(InstanceName)>config>BetterCaves>neoforge version>liquidregions.json

specifically, it is "liquid_altitude" that is set at a default of "-55" at mod re-install that would need to be adjusted on a per mod list basis. It should be noted that correcting this to what is installed resolved AquiferContext errors from logs.

Screenshots of resolutions post-adjustment:

Image Image Image
commented

Potential debug for others if no mod incompatibilities are found - to adjust the config setting noted above. Adjusting liquid_altitude to account for all cave mods installed in mod list resolved AquiferContext in this case.