
Foggy Pale Garden (FPG)
ArchivedA mod that adds fog to the Pale Garden biome. But you can customize any kind of fog anywhere you like!
69K
189
69K
189
Foggy Pale Garden (FPG) has been archived. Foggy Pale Garden (FPG) will not receive any further updates unless the author decides to unarchive the project.
All versions
2.9.0+1.20.1-fabric
Release
2.9.0+1.20.1-fabriclast year 997
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Added
- Backport to versions before 24w40a
- Support for ALL mods porting the Pale Garden biome to older game versions
- Support for wildcard "*" for conditions dimensionIn and biomeIdIn. Now you can add fog to several biomes or dimensions at once that match the specified pattern by name
- Built-in immutable fog presets
- Support for resource packs (simply add a fog preset to
assets/foggypalegarden/preset.json) - Automatic backup of fog presets from the
config/foggypalegardenfolder if their codes conflict with built-in presets or resource pack presets
Fixed
- Warning about the need to disable Fog Occlusion when using Sodium and its forks
Removed
- Automatic migration of the configuration file version
- Automatic migration of fog preset versions from the configuration folder
Optional dependencies
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:HnYv9te8:9YXeAD6r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HnYv9te8:9YXeAD6r"
}


