[Bug]: Untitled bug report
Closed this issue · 3 comments
Minecraft version(s)
1.20.1
Minecraft version details
No response
Mod loader
Quilt
Mod loader version
Quilt Loader 0.19.2
Fabric API version
Fabric API 0.84
In what kind of world or server did the problem occur?
My singleplayer world
What went wrong? (Crash logs don't go here)
In the NoFog mod, in the Dimension Type Settings, the minecraft:overworld_caves option doesn't work properly. My goal is to have the fog in the caves, but not on the surface. The biome selective fog for cave types such as the dripstone, lush, and deep dark caves work as intended. However, despite having sky, terrain, and thick fog options enabled in the minecraft:overworld_caves, the fog still does not show up while being in a cave.
Expected behavior - fog in all caves, but not on the surface of the overworld.
Full list of installed mods and their version numbers
Did the problem cause the game to crash?
No.
Full crash report contents (if you experienced a crash)
Crash report output:
Have you tried reproducing the issue with only NoFog and its (optional) dependencies installed?
overworld_caves
is a dimension type that is unused in vanilla. It still is something that exists though, so it'll show up in the config.
It has nothing to do with whether you're in a cave or not. I think it's like, a thing for worldgen/dimension datapack makers?
Either way, since it's not used by anything, changing it will not affect fog.
So there's no way to make fog appear exclusively in caves? What about adding a Y-coordinate option to the mod, so that if you're below let's say, the Y-level of 40, fog will render?