Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last month
All versions
0.6.2-mc1.19.2
Release
FabricSkyboxes 0.6.2 for Minecraft 1.19.24 years ago 271.3K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
What's new?
- Added
dimensionscondition check This update changes how thedimensionandworldsconditions are used. The dimension identifier now refers to literal dimensions, while theworldscondition now refers to sky properties. To clarify, if you have a custom dimension based onminecraft:overworldbut has a different dimension identifier, you can use the condition of the world to render it in that dimension. - Fixed minor sorting issue
- Added
inThickFogproperty This update includes a change to the effects condition checks. If left empty, it will now default to vanilla conditions. Additionally, the vanilla thick fog check used in the nether for versions 1.17 and above will be ignored.
Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.6.1-mc1.19.2...0.6.2-mc1.19.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fabricskyboxes-0.6.2+mc1.19.2-sources.jar | Unknown | 112.23 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:JF3TQ8aT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:JF3TQ8aT"
}

