Tags
Creators
Details
0.2.0-26.1
Compatibility
Changes
- Updated to 26.1.
- The mod now allows changing the rate at which time progresses for each time marker available in the game.
- This can be done using the following commands:
/timecycle set from <from> to <to> duration <duration>, and/timecycle set from <from> to <to> rate <rate>
- The old
/timecycle set <dayduration> <nightduration>command still functions and sets the time between the following time markers:customtimecycle:sunriseandcustomtimecycle:sunsetfordaydurationcustomtimecycle:sunsetandcustomtimecycle:sunrisefornightduration- These time markers are automatically added for the
minecraft:overworldclock.
- This change results in a major change on how clock rate is saved in Minecraft worlds:
- Time cycle data for the overworld dimension is automatically migrated.
- Time cycle data for other, custom dimensions is lost. Make sure to take backups!
- This can be done using the following commands:
Please make sure to properly back up your world when updating! Minecraft 26.1 changes the structure of Minecraft worlds a lot, and while this mod has adjusted for that, I cannot guarantee that no data loss will happen!
I apologise to those losing time cycle data for custom dimensions, hopefully this will not be too much for you to deal with. I did my best to migrate all data, but unfortunately it was nearly impossible to properly handle these cases, due to the way the game is coded. Thank you for your understanding.
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:Xuf4fk5b:7iRhmBSI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xuf4fk5b:7iRhmBSI"
}

