2.2.1
Compatibility
Changes
Azmine 2.2.1 — Forge 1.12.2
This release introduces the loader-neutral Azmine Protocol and compatibility with the Azmine 1.12.2 Bukkit endpoint while preserving the existing controls, mining patterns, and overall gameplay feel.
It also includes a major multiplayer and performance polish pass. No new mining patterns were added.
Changes
- Added Azmine Protocol support for communication with the Forge server mod or the 1.12.2 Bukkit endpoint plugin
- Fixed the first activation sometimes breaking only the targeted block
- Improved server-side bulk-mining performance by avoiding a complete player-break transaction for every additional block
- Fixed experience handling so vein-mined blocks award XP consistently
- Added per-block authorization so compatible claim and protection systems can deny individual blocks
- Joining servers without a compatible Azmine endpoint remains allowed; Azmine simply stays inactive
Compatibility
- Minecraft 1.12.2
- Forge 14.23.5.2860
- Java 8
- Install on both client and server for Forge servers
- Install on the client only when using the Azmine 1.12.2 Bukkit endpoint on the server
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:DO03xtcE:MPyZPOEc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DO03xtcE:MPyZPOEc"
}

