Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 6 hours ago
All versions
1.2.6
Release
World Play Time Reborn 1.2.6 For 26.2 Fabric2 weeks ago 4,663
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
What's new?
- Fixed play time calculation — the world indicator now shows your own play time (read from your player stats file) instead of the sum of all players who ever played the world, so it matches the in-game Statistics screen (#2).
- If your account has no stats file in a world, the play time of all players is shown as a fallback, so the indicator doesn't disappear.
- New option: "Count Play Time Of All Players" — restores the old world-total behavior if you prefer it.
- New: world save size — the save-directory size is now displayed beneath the play time in the world selection screen, with a new "Show World Size" option (enabled by default) (feature from PR #1 by @deanxbox).
- Fixed the missing mod icon in the 1.21.11 and 26.1.2 NeoForge builds.
Optional dependencies
Any compatible version
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:NDcygmHf:HWpqpkOX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NDcygmHf:HWpqpkOX"
}

