1.4.0+1.21-fabric
Compatibility
Required content
Changes
This is a small update which fixes a few bugs and polishes some of the default biome colours included within the mod.
- Added a warning that shows when Fog updates and the new update modifies some of the default biome colours - it will recommend you to backup any changes within the
.minecraft/config/fog/fog_definitionsfolder and then delete it so the default biome colours can be reset and updated. We will look into a diff-like system for this at a later date. - Updated biome colours for: swamp biomes, jungle biomes, badlands/mesa biomes, sandy biomes (desert/beach), the end biomes and icy aquatic biomes. They should be much less bright and more consistent with the default vanilla biome colours now.
- Fixed various issues with underground fog, there will be less of a flicker when coming out of caves, and the underground multiplier will no longer rarely kick in when you enter buildings.
- Fixed issue where fog goes black when it's raining.
- Potentially fix some crash issues on 1.20.1 forge with YACL 3.5.0 - let us know if you're still encountering crashes here.
You will need YACL 3.5.0, Architectury API and MRU to use this mod. We may jar-in-jar YACL and Arch at a later date if they become more stable on future NeoForge and Fabric versions.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:WuGVWUF2:iWKTMJbl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WuGVWUF2:iWKTMJbl"
}

