Tags
Creators
Details
1.2.6
Compatibility
Changes
svrUptime 1.2.6
Changed
- Renamed the combined output jar from
-universalto-multi, for consistent naming across the mod suite.
No gameplay changes from 1.2.5 — same twice-daily uptime broadcasts (dawn report + dusk flavor line), dual Minecraft/real-time views, the /uptime (/ut) query command, independent toggles, and configurable messages. Both Minecraft 26.2.x and 26.1.x builds, each running on Fabric and NeoForge from a single -multi jar.
Server-side · Fabric & NeoForge · vanilla clients supported · no extra libraries.
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:nh4wCHxw:ueb5unGn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nh4wCHxw:ueb5unGn"
}

