Tags
Creators
Details
1.3.0-fabric+26.2
Compatibility
Required content
Changes
- The mod finally uses its current ID for config
- This will create a new one
- Fog no longer is disabled in creative & spectator
- This behavior can be restored with a config setting
- Add an option to disable glowing Eyeblossoms
- Update Icon
As a note: I never explained what the Fog Type option was for, it's a very early implementation of a future feature. Right now it either uses the vanilla type (default, what's been in since it was created) or just does nothing. If You've been using this as a "Hey, I'm using shaders!" option, I'd switch to setting it to off (or just leave it on vanilla, the code will recognize shaders are running and cancel itself.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| palegardenfx-1.3.0-fabric+26.2-sources.jar | Unknown | 120.71 KiB |
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:3fUX4yDd:7w8QC9Ym"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3fUX4yDd:7w8QC9Ym"
}




