Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated 8 months ago
All versions
1.2.1
Release
AE2 Autorequester 1.2.18 months ago 1,004
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
1.2.1 (2026-01-08)
Bug Fixes
- add comprehensive static analysis tooling (c28eb3f)
- sync mod_version with release-please manifest (6515c0a)
- use VERSION file for release-please version sync (c01a097)
1.2.0 (2026-01-08)
Features
- add block status indicators, EMI support, and GUI improvements (6b24271)
- improve config limit validation and GUI feedback (4ad1629)
Bug Fixes
1.1.0-alpha.2 (2026-01-08)
Features
- add block status indicators, EMI support, and GUI improvements (6b24271)
- improve config limit validation and GUI feedback (4ad1629)
Bug Fixes
- update mod metadata (fc00adc)
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:IndWCkVH:YlzYiOnV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IndWCkVH:YlzYiOnV"
}

