All versions
1.0.3
Release
Miketavious's Auto Miner 1.0.3last year 2,486
Compatibility
Minecraft: Java Edition
1.21.7
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v1.0.3
What's Changed:
- Updated for Minecraft 1.21.7 - Full compatibility with the latest Minecraft version
- Improved dependency management for better compatibility with future mod updates
Technical Details:
- Updated to Fabric API 0.128.1+1.21.7
- Updated ModMenu integration
- Enhanced Cloth Config compatibility for future versions (Cloth Config hasnt been updated yet but the changes are so minor from 1.21.6 to 1.21.7 it shouldnt matter and the 1.21.6 version should work just fine with the 1.21.7 vesion of Cloth Config)
No gameplay changes - All auto-mining features work exactly the same.
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:1nZl8Rpq:9OsepMHK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1nZl8Rpq:9OsepMHK"
}



