Tags
Creators
Details
Licensed CC-BY-4.0
Published 6 months ago
All versions
1.6.0+BTW3.1.0
Release
Master Of Time 1.6.03 weeks ago 40
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Server-side
Client and server
Required content
Changes
v1.6.0 changelog:
Changes
- implemented tick rate selection on world creation
- changed tick rate to persist in worlds after relog
- changed tick speed key to be global and not world specific
Bug fixes
- fixed an issue where using the downKey command would output the upKey value
- fixed an issue where you could enter a value too high for the tick rate, resulting in crashes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| master_of_time-1.6.0-sources.jar | Source jar | 325.2 KiB |
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:mAzkgs99:pbJKknIQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mAzkgs99:pbJKknIQ"
}![Master Of Time [BTW Addon]](https://cdn.modrinth.com/data/mAzkgs99/e851b2f48882e1d34315097bfed598db822f2cf9_96.webp)


