Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 months ago
All versions
1.0.6
Release
1.0.6 The Per-World Configuration Update!4 months ago 1,764
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Added
- Added queued vein processing that mines connected blocks in small batches each tick to reduce lag spikes.
- Added per-world control using
enabled_worldsanddisabled_worlds. - Added
/veinminer mode <ore|tree|both|off>so players can switch between ore-only, tree-only, both, or fully off. - Added a configurable
queue_batch_sizesetting for tuning processing smoothness and speed. - Added separate command settings for the new
modesubcommand.
Changed
- Split mining cooldown behavior into separate settings:
ore_cooldown_secondsandtree_cooldown_seconds. - Updated cooldown handling so ore actions and tree actions now use independent cooldown timers.
- Updated
/veinminer togglebehavior to switch betweenoffandbothmode. - Updated
/veinminer statusand/veinminer helpto include the new mode and cooldown details.
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:LpyenyJ3:2fLQUkbU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LpyenyJ3:2fLQUkbU"
}

