Tags
Creators
Details
2.0.0
Compatibility
Changes
Vein Vantage 2.0 - Changelog š
We're excited to announce Vein Vantage 2.0! This major update brings a complete overhaul of enchantments, delivering a smoother, more balanced, and more fun mining experience. Here are the key changes:
New Features & Improvements
- Complete Enchantment Overhaul āļøš ļø
- Full rework of Vein Sweep, Auto Repair, Clearing Strike, and Ore Blessing.
- Improved block detection, smoother animations, and balanced effects for a better gameplay experience.
- Performance Optimizations ā”
- Code enhancements to reduce latency and boost responsiveness during intense mining sessions.
- Enhanced User Experience š
- Refined enchantment behavior for more predictable and enjoyable play.
- Optimized integration with the latest Minecraft updates, incorporating valuable community feedback.
Bug Fixes
- Resolved minor issues with enchantment stacking and unexpected interactions.
- Fixed inconsistencies in block detection and effect triggering.
- Various improvements to increase stability and overall performance.
Thank you to our community for your feedback and support!
For more detailed information, please visit the Vein Vantage Wiki š.
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:Gj7Cpgdb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6P28kqbu:Gj7Cpgdb"
}

