All versions
v1.5.1-mc1.21.11
Release
Bedrock Miner v1.5.1 for mc1.21.11last month 1,334
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
1.5.1主要更新:
1.5.0主要更新:
- 修复
task add添加范围任务,使用的是玩家交互距离BUG,来自:https://github.com/bunnyi116/fabric-bedrock-miner/issues/66 - 条件放宽,目前可无需急迫可使用带效率5的钻稿(及以上)即可使用
Build Information
- File name:
bedrock-miner-v1.5.1-mc1.21.11.jar - SHA-256:
ebecd2e28469112d0b55d1dffc63d1362395eceb979f140d19bfbe43cec29a34 - Built from: https://github.com/bunnyi116/fabric-bedrock-miner/actions/runs/26362009928
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:G4udXdNu:sMor99aD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G4udXdNu:sMor99aD"
}

