Links
Tags
Creators
Details
2.2.0
Compatibility
Changes
JDT Time Accelerators 2.2.0 - Flexible Crafting Targets
Version 2.2.0 makes Pattern Provider Crafting Only mode practical for input hatches, multiblocks, subnet routing, and other setups where the block accepting ingredients is not the block that should be accelerated.
Changed
- Crafting Only now uses a successful pattern push as the trigger and accelerates every selected adjacent target by default.
- Added an Accepted Input Only targeting mode for setups that should follow the exact adjacent block that accepted the pattern.
- Updated the in-game AE2 guide with the new targeting behavior and controls.
Fixed
- Fixed target-side buttons retaining their hovered appearance after being clicked.
- Reworked the target-selection layout so the targeting-mode button no longer overlaps the side controls.
- Preserved Pattern Provider GUI compatibility with supported AE2 addons.
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:keC7uw8B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SaLsAr3W:keC7uw8B"
}

