Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated last year
All versions
0.1.0
Release
Vein Vantage 0.1.02 years ago 123
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog - Vein Vantage - v0.1.0
New Features āØ
- Vein Sweep šŖ: Introduced an enchantment that allows players to break entire ore veins at once, with the number of blocks affected scaling with the enchantment level.
- Clearing Strike ā”: Added an enchantment that destroys surrounding blocks based on the player's direction, with the affected area expanding as the enchantment level increases.
Bug Fixes š ļø
- Fixed some minor issues related to block breaking mechanics.
Improvements š
- Optimized the code for smoother performance when using new enchantments.
Compatibility āļø
- Compatible with Minecraft 1.21.1 and Neoforge 1.21.1.
Enjoy the new enchantments and 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:LjE6BuNN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6P28kqbu:LjE6BuNN"
}

