Links
Tags
Creators
Details
2.1.0
Compatibility
Changes
JDT Time Accelerators 2.1.0 — Controlled Acceleration
Version 2.1.0 makes acceleration predictable when several standalone machines or AE2 card hosts target the same block, and exposes the new controls through NeoForge's in-game config screen.
Added
- Added a shared maximum acceleration multiplier setting for standalone Time Accelerators and AE2 Time Acceleration Cards.
- Added a configurable per-target stack limit. The default of one prevents multiple accelerators from multiplying the speed of the same block during one server tick.
- Added an in-game configuration screen under Mods → JDT Time Accelerators → Config while playing in a local world.
- Added translated names and descriptions for the acceleration settings.
Fixed
- Prevented standalone machines and AE2 card hosts from bypassing the shared stack limit when targeting the same block.
- Prevented rejected or failed acceleration attempts from consuming Forge Energy, AE power, or Time Fluid.
- Corrected the documented config path to
config/jdttimeaccelerators-server.toml.
This release targets Minecraft 1.21.1 on NeoForge.
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:SaLsAr3W:Yf8njw3J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SaLsAr3W:Yf8njw3J"
}

