Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
mc1.20.1-0.7.3
Release
FabricSkyBoxes 0.7.3 for Minecraft 1.20/1.20.13 years ago 4.36M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
What's Changed?
- Added a
minAlphafield for properties. - Added a
timeShiftvector for the rotation object (By default, FSB starts rotation at 0 tick time, while OptiFine does so at 18000 tick time. This vector allows us to shift the start time for our rotation). - Added an experimental
multi-textureskybox type (wiki section). - Added contributing guidelines and a code of conduct.
- Allowed fog color modification to also modify fog density.
- Added a configuration file (
.minecraft/config/fabricskyboxes-config.json).- Saves enable state.
- Added a
keepVanillaBehaviourflag.
- Fixed the URL issue when using Sinytra Connector (#96).
- Fixed the alpha rendering for the end skybox type.
- Added a debugging HUD (Keybind is unbound, meant for resource pack authors).
- Added vi_vn translations (#94) by @ImVietnam in https://github.com/AMereBagatelle/fabricskyboxes/pull/94.
- Improved performance for several skybox types.
- Fixed cyclic fade alpha calculation.
New Contributors
- @ImVietnam made their first contribution in https://github.com/AMereBagatelle/fabricskyboxes/pull/94
Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/mc1.20.1-0.7.2...mc1.20.1-0.7.3
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fabricskyboxes-0.7.3+mc1.20.1-sources.jar | Unknown | 131.31 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:cezLH6eB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:cezLH6eB"
}

