0.1.0
Compatibility
Changes
At this moment the only plugin that has been assigned and activated for use in our project is the vein miner which efficiently allows for the automatic mining of resources significantly enhancing productivity and streamlining the mining process.Vein Miner is a unique enchanted book in Minecraft that allows players to break up to seven blocks simultaneously significantly enhancing their mining efficiency. This powerful enchantment not only accelerates the mining process but also rewards players with experience points (XP) based on the level of the enchantment applied. However it is important to note that Vein Miner cannot be combined with the Mending enchantment which means players must choose between the benefits of rapid block breaking and the ability to repair their tools over time. This adds an interesting strategic element to gameplay.
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:9aOQMpNP:178Gptw1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9aOQMpNP:178Gptw1"
}

