9.2.10
Compatibility
Changes
-Items generated by mining with shovels/pickaxes will spawn directly on the player, hopefully preventing them from clipping into the ceiling.
-Golden pickaxes lose 2 durability points instead of 1 per block collected with their effect and you lose 10 experience points per block instead of 1.
-Added additional information in the golden pickaxes description about not being able to collect with their effect blocks that are the same as the one mined.
-Copper ores now give a random amount of experience between 1 and 5 when mined.
-It's no longer possible to mine amethyst ores and collect amethyst gems with all pickaxes.
-Some stone pickaxes effect now also affect amethyst clusters.
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:a0R0rqoa:iLnc7Nd6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a0R0rqoa:iLnc7Nd6"
}

