Links
Tags
Creators
Details
All versions
0.1.6+26.3
Release
Improved Sleep 0.1.6+26.317 hours ago 5
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
Changed
- Added Minecraft
26.3support and updated the bundled settings screens for its link-confirmation API. - Updated the sleep time-skip hook for Minecraft 26.3's clock result API.
- Updated Fabric Loader to
0.19.5, Fabric API to0.161.0+26.3, and optional Mod Menu integration to21.0.0.
Notes
- These jars target Minecraft
26.3and allow26.3.xpatches through~26.3. Public game-version metadata lists exact tested releases only. - Requires Java
25, Fabric Loader0.19.5or newer, and Fabric API0.161.0+26.3or newer for this Minecraft line. - Existing Minecraft
26.2releases remain available separately; use the jar matching your Minecraft version.
Optional dependencies
Any compatible version
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:q7ix822L:fsZI5vyx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q7ix822L:fsZI5vyx"
}

