Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
mc1.20.5-0.7.4
Release
FabricSkyBoxes 0.7.4 for Minecraft 1.20.52 years ago 469K
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- Update Minecraft Wiki link to new domain after fork by @misode in https://github.com/AMereBagatelle/fabricskyboxes/pull/98
- Update to 1.20.5 by @enqorman in https://github.com/AMereBagatelle/fabricskyboxes/pull/109
- Mexican Spanish translation by @TheLegendofSaram in https://github.com/AMereBagatelle/fabricskyboxes/pull/108
- Update Traditional Chinese by @notlin4 in https://github.com/AMereBagatelle/fabricskyboxes/pull/100
- Fix bugs related to
multitexturesky type
New Contributors
- @misode made their first contribution in https://github.com/AMereBagatelle/fabricskyboxes/pull/98
- @enqorman made their first contribution in https://github.com/AMereBagatelle/fabricskyboxes/pull/109
- @TheLegendofSaram made their first contribution in https://github.com/AMereBagatelle/fabricskyboxes/pull/108
Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/mc1.20.2-0.7.3...mc1.20.5-0.7.4
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fabricskyboxes-0.7.4+mc1.20.5-sources.jar | Unknown | 132.11 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:hRn2Zn7Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:hRn2Zn7Q"
}

