Tags
Creators
Details
0.6.2-mc1.16.5
Compatibility
Required content
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.
This will be the final release for this Minecraft version unless critical bugs are found.
Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.6.1-mc1.16.5...0.6.2-mc1.16.5
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fabricskyboxes-0.6.2+mc1.16.5-sources.jar | Unknown | 111.46 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:8oS4iD3a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:8oS4iD3a"
}

