Tags
Creators
Details
Licensed ARR
Published 9 months ago
Updated 5 months ago
All versions
fabric-1.21.5-2.5.4
Release
Seamless Sleep 2.5.4 (1.21.5)5 months ago 549
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
TAKE NOTE
IF YOU FIND ANY BUG, REPORT ON MY GITHUB PAGE!
2.5.4 -> HOW DID I NOT SEE THIS????
Basically, the animation was being broken by Minecraft... what?
- Fixed premature wake-up during sleep animation (clear weather, rain, and thunderstorm).
- Players now stay sleeping until the animation actually finishes.
- Fixed weather reset consistency after sleeping (rain/thunder no longer fail due to premature cancel of sleep state).
- Reworked weather reset config: from
true/falseto chance % (0-100). - Updated config UI (Fabric/NeoForge) and command support for percentage values.
Thanks to kris19pr for reporting this issue!
2.5.3 -> IMPORTANT FIX UPDATE
- Fixed a crash on dedicated (NeoForge) servers.
- Optional config/UI mods are now truly optional again (Fabric only requires Fabric API).
- Improved fallback config screen message visibility (when optional mods are not installed).
- Standardized config persistence to
.tomlwith NightConfig support and legacy compatibility.
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:IyHq05yB:WRerPyU1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IyHq05yB:WRerPyU1"
}

