All versions
0.1.4+26.2
Release
Improved Sleep 0.1.4+26.23 days ago 21
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
Changed
- Improved launcher and Modrinth discovery with a clearer multiplayer-sleep summary, focused categories, and capability-first README copy.
- Added distinct Mod Menu summary and detail text plus direct links to Modrinth, the Bearaujus mod catalog, and the public issue tracker.
- Corrected Fabric issue metadata to use the public HTTPS issue tracker and aligned every project link with this mod's listing.
- Added descriptive Modrinth gallery titles sourced from current README screenshots and retired an obsolete configuration-screen image.
Notes
- No gameplay behavior changed in this metadata-focused release.
- This build targets Minecraft
>=26.2 <26.3.0and retains the existing boot-tested Fabric runtime minimums.
Optional dependencies
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:2eNsfgd0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q7ix822L:2eNsfgd0"
}


