Tags
Creators
Details
mc1.21.8-1.0.0-beta.1+fabric
Compatibility
Required content
Changes
This release marks a major evolution of the mod formerly known as FabricSkyboxes — now rebranded as Nuit. With a fresh name, a reworked architecture, and support for NeoForge.
⚠️ Note: This is a beta release. Expect some polish and final adjustments in upcoming updates.
📘 View the Wiki and Migration Guide →
🆕 What’s New
🔁 Mod Rebranding
- Renamed from FabricSkyboxes to Nuit to reflect broader mod loader support.
- New mod icon and cleaned-up internal package structure.
🧱 Loader Support
- ➕ Added support for NeoForge alongside Fabric.
- 🛠️ Improved multiloader structure and removed dependency on Architectury.
🎨 Feature Additions
- ➕
visibleUnderwater: Skyboxes can now render when underwater. - ➕ Keyframe-Based Fade System:
fadeis now a flexible, timeline-based system. - ➕ Keyframe-Based Rotation: Supports smooth, timed rotation using custom keyframes.
- ➕ Invertible Conditions: Biome/world/dimension conditions now support negation.
- ➕ Texture Preloading: Skybox textures load at resource pack initialization for better performance.
🎨 Visual & Rendering Improvements
- 🌅 Fixed alpha and flickering issues with sunrise/sunset transitions.
- 🌧️ Resolved sun, moon, and stars disappearing during rain/snow.
- 🌑 Fixed rendering for
monocolorandoverworldskybox types. - 🔁 Addressed cyclical fade and alpha interpolation bugs.
🔧 Configuration & Refactors
- 🔄 Removed deprecated
alwaysOnfrom fade settings. - 🎛️ Refactored fade, fog, and decoration properties into modular components.
- 🧱 Renamed
weathers→weatherin condition configuration. - 🧪 Improved registry handling and condition serialization.
🛠️ Bug Fixes
- ✅ Fixed memory leaks and rendering cleanup issues.
- ✅ Resolved build issues on NeoForge and remapping errors.
- ✅ Corrected keyframe logic, default handlers, and condition resolution.
- ✅ Numerous internal codebase cleanups and naming standardization.
👥 Contributors
A huge thank you to everyone who helped push Nuit forward:
⚠️ Migration Notes
If you're upgrading from FabricSkyboxes 0.7.4:
- Update your mod reference from
fabricskyboxestonuit. - Review and update your skybox files to adopt the new keyframe-based
fadeformat. - Choose the correct mod loader (Fabric or NeoForge) for your setup.
- 📘 Full migration documentation:
https://wiki.nuit.flashyreese.me/
Supplementary resources
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:nPG9vrej"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YBz7DOs8:nPG9vrej"
}

