1.0.13
Compatibility
Changes
First Official Release – 1.0.13
Arctic's Vein Miner brings fast, controlled multi-block mining to Minecraft 1.20.1 (Forge), designed with multiplayer balance and usability in mind.
✨ Features
- Vein Mining – Mine connected same-type blocks (ores, logs, etc.) instantly.
- Tunnel Pattern – 3×3 mining in the direction you're facing.
- Square / Area Pattern – Configurable area mining mode.
- Scroll Wheel Mode Switching – Hold the activation key + Shift and scroll to change mining patterns on the fly.
- Custom Keybinds – Fully configurable through Minecraft's keybind menu.
- Optional Block Preview – Visual outline of blocks that will be mined.
⚙️ Performance & Design
- Lightweight implementation – Designed to avoid FPS drops.
- Single sound trigger – Prevents 64 overlapping block break sounds.
- Direct inventory routing – Mined blocks go straight into your inventory (until full).
- Built-in 64 block cap – Prevents lag and accidental terrain destruction.
- Multiplayer-safe – Proper client–server synchronization.
🎮 Default Controls
| Action | Key |
|---|---|
| Activate Mining | ` (grave) |
| Change Pattern | Hold ` + Shift + Scroll |
🔧 Compatibility
- Minecraft 1.20.1
- Forge 47.4.0+
- Java 17
This is the first public release. Additional improvements and features will be added in future updates.
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:DO03xtcE:nCDbttyK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DO03xtcE:nCDbttyK"
}

