Tags
Creators
Details
Licensed ARR
Published 7 months ago
All versions
fabric-1.21.11-2.6.2
Release
Seamless Sleep 2.6.2 (1.21.11)3 months ago 27.7K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
TAKE NOTE
IF YOU FIND ANY BUG, REPORT ON MY GITHUB PAGE!
2.6.2 -> Added Better Clouds compatibility!
Another pain update, thanks Neoforge for being highly complicated <3
2.6.1 -> Oh yeah, replay compatibility... forgot about that...
- "quick" and small fix on the math behind cloud movements to make them work with not only your computer time but also the replay timeline time (I'm going crazy, please help).
:)
2.6.0 -> Clouds? Must be the wind...
Thanks tylrcodes for the suggestion <3
- Added cloud acceleration during sleep animation (client-side visual feature).
- Thats pretty much all the features on this update, but it was HUGE on code side...
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:bcFqtn4m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IyHq05yB:bcFqtn4m"
}



