Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last month
All versions
mc1.20.1-0.7.2
Release
FabricSkyBoxes 0.7.2 for Minecraft 1.20/1.20.13 years ago 307.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
What's changed?
- Reverted the "Fix triangles appearing on low render distance" patch.
- This change was reverted because it caused unintended blend effects. The triangles appear due to being clipped by the fog which is also visible in Vanilla's end sky.
- Added a new fog transition using alpha blending.
- Fixed missing dark sky in overworld skybox type (occurs when falling through the void).
- Improved alpha calculation.
- Added configuration to toggle FSB, which now gets saved.
- Normalized fade values.
- Added the
biome_rainweather condition, which detects if the biome is actually raining.
Breaking changes
- Removed
Skybox#isActiveLaterfrom the API.
Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.7.1-mc1.20...mc1.20.1-0.7.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fabricskyboxes-0.7.2+mc1.20.1-sources.jar | Unknown | 122.49 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:YBz7DOs8:eBCRqCMK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:eBCRqCMK"
}

