Tags
Creators
Details
3.0.0
Compatibility
Changes
š Vein Vantage v3.0.0 is Here! š
Hello Miners! āļø
We're thrilled to announce the release of Vein Vantage v3.0.0! This major update brings significant performance optimizations, subtle enhancements, and important bug fixes to improve your mining adventures.
⨠What's New in v3.0.0?
- š Major Performance Optimizations: We've dug deep into the code to make Vein Vantage run smoother and more efficiently, especially during large mining operations with enchantments like Vein Sweep and Clearing Strike. Expect a more seamless experience!
- āļø Subtle Enhancements & Tweaks: Some enchantments have received minor adjustments to their behavior or visuals for a more polished feel.
- For detailed changes and to see the enchantments in action with these updates, please check out our new demonstration videos on the website or consult the Wiki!
- š Bug Squashing: A pickaxe-load of pesky bugs have been fixed, leading to greater stability and reliability. Your feedback has been invaluable here!
ā”ļø See the changes in action & get all the details: * Watch the New Videos & Visit our Wiki: veinvantage.pages.dev
Thank you for your continued support! We hope you enjoy the improved Vein Vantage experience. Happy mining!
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:6P28kqbu:aQ1Y7nZw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6P28kqbu:aQ1Y7nZw"
}

