Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
3.1.0+1.21.1
Beta
Veinminer 1.21.1 (neoforge)7 months ago 3,821
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
3.1.0
New:
- Optional exhaustion cost for vein mining (disabled by default) with
Exhaustion.enabledandExhaustion.scaleinGeneralConfig.toml(1.0= vanilla per-block cost). - Admin commands for exhaustion:
/veinminer settings exhaustion enable|disable,/veinminer settings exhaustion scale <value>. - Vein-mined blocks now increment vanilla mined-block stats (Fabric uses
Stats.MINED, NeoForge usesStats.BLOCK_MINED) so external stat trackers reflect vein mining. - Interactive
/veinminer setupwizard (admin-only) with clickable chat buttons covering enable/disable, crouch requirement, block limits, cooldown, exhaustion + scale, durability guard, particles, and block list mode. - Admin login prompt (clickable Yes/No) offering to run
/veinminer setupuntil dismissed or accepted.
Changes:
/veinminer settingsoutput now shows exhaustion enabled + scale.- Added
/veinminer help setuptopic entry. - Setup wizard UI restyled (colored headers/buttons, spaced nav row) and clears chat between steps; durability guard and particles now use multi-step flows (enable -> mode/value and enable -> duration/color).
- Block list mode buttons/command remain
whitelist/blacklist, but now honor the separate block-per-tool toggle: config writesblockListMode = \"WHITELIST|BLACKLIST\"plusblocksPerTool = true|falseand still loads legacyGLOBAL_*/PER_TOOL_*values.
Fixes:
- N/A
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:MnavVAzj:GQTyn4yv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MnavVAzj:GQTyn4yv"
}

