All versions
0.1.0
Beta
Vyvern Mine 0.1.03 months ago 42
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Vyvern Mine — Changelog
0.4.1
- HUD line under the crosshair showing the live block count in the player's preview colour ("Too hungry to vein mine" / "Limited by tool durability").
- An empty hunger bar now fully blocks veining; tool durability caps the vein exactly (a shared
VeinBudgetcalculation keeps server-side breaking and client-side preview in perfect agreement). - Operators can change the max-blocks-per-vein setting live, in-game, from the Vein Mine hub tab.
0.4.0 / 0.3.0
- Minor bugfixes.
0.2.0 (first release)
- Hold the vein-mine key, break one block, break the whole connected vein (ores group by tag, logs group together).
- Emerald outline preview of the vein before you commit to breaking it.
- Drops land at the player's feet; preview is exact on servers, not just a client-side guess.
- Vein mining costs hunger and combines all XP into a single orb instead of scattering many.
- Per-player preview colour, configurable from the Vyvern hub.
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:4uYywHGI:8wsZj3Zd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4uYywHGI:8wsZj3Zd"
}

