Modscraper Modscraper Minecraft
VeinMiner logo

VeinMiner

Mod

by Portablejim

VeinMiner

Type

Mod

CurseForge Downloads

20,162,713

CurseForge ID

67133

Modrinth Downloads

81,400,943

Modrinth ID

OhduvhIc

Last Updated

Sep 11, 2026

Description

[![dono-badge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular_vector.svg)](https://ko-fi.com/miraculixx/donate) [![enchant-badge](https://cdn.modrinth.com/data/cached_images/ea836ed1714c4f065aca5466c99c9e7d8f5baeff.png)](https://modrinth.com/project/veinminer-enchantment) [![client-badge](https://cdn.modrinth.com/data/cached_images/9badc43c5a3708f90d24088df4f37c03acc943b8.png)](https://modrinth.com/project/veinminer-client) ## ⛏️ Veinminer Mine a single block to mine the whole vein! Highly configurable and works everywhere, even on your vanilla server. Make the tedious mining experience to something satisfying and fun!
Veinminer works server side, so all clients are supported. Even cross loaders & versions for addons! > ### Client Hotkey & Highlighting > Add the [**Hotkey Addon**](https://modrinth.com/datapack/veinminer-client) to only veinmine when pressing a hotkey & get a mining preview > ### Use as Enchantment? 53383ed6675f75253d1bf842f75aefd7adb93711.png > Add the [**Veinminer Enchantment Addon**](https://modrinth.com/datapack/veinminer-enchantment) to limit veinmining to only enchanted tools! ## ⚙️ Customization & Settings ![](https://github.com/user-attachments/assets/fc2ea751-dcff-47a8-8712-a1becbcc3c7b) **Veinminer comes in two different versions**
• **Version 2.x** -> Full customizable mod & plugin
• **Version 1.x** -> Light DataPack with vanilla & snapshot support
Both comes with preconfigured for ores and pickaxes. Read below how to extend it. --- > **Affordable** Servers? In this time?! Clicking below **supports me** and saves you **10%** + 2 Days **free** ♥️ > [d594c32a9208540624e534d88ff2e428fed4c6d2.png](https://voltra.gg/r/miraculixx)
> #AD - Your support helps to keep this project alive :) --- ### Mod/Plugin Version (2.x) The advanced (V2) version is a more powerful version that is only usable with Fabric/Quilt, Paper/PurPur/Folia & NeoForge servers. | Command | Permission | Short Description | |:-----------------------:|:--------------------:|:-------------------------------------------------:| | /veinminer **blocks** | `veinminer.blocks` | Edit blocks that are veinmineable with every tool | | /veinminer **groups** | `veinminer.groups` | Edit blocks & tools with precise rules | | /veinminer **toggle** | `veinminer.toggle` | Toggle Veinminer (server wide) | | /veinminer **settings** | `veinminer.settings` | Change settings like cooldown, max chain and more | | /veinminer **presets** | `veinminer.groups` | Quick setup some useful groups & settings | General Settings To change a setting, enter `/veinminer settings ... []`. To check the current state, leave out the new value argument. | Setting | Description | Default | |:----------------------:|:----------------------------------------------------------:|:-------:| | `mustSneak` | Players must sneak to veinmine | `false` | | `cooldown` | Time between players are able to veinmine (in ticks) | `20` | | `delay` | Time between each automated block breaking (in ticks) | `1` | | `maxChain` | Max amount of blocks that can break from one source block | `100` | | `needCorrectTool` | If blocks have a required tool, this must be used | `true` | | `searchRadius` | Amount of blocks around connected blocks to search (max 5) | `1` | | `permissionRestricted` | Only players with `veinminer.use` permission can veinmine | `false` | | `mergeItemDrops` | All item drops are merged to the source block | `false` | | `autoUpdate` | Check for updates and download new version if available | `true` | | `durabilityDecrease` | If each mined block should reduce durability | `true` | | `miningSpeedModifier` | Increase block mining duration based on vein size | `0.0` | | `hungerPerBlock` | Drain saturation per veinmined block (vanilla 0.005) | `0.0` | Block Groups - Advanced Settings Block groups can hold multiple blocks together that will be treated like the same block.
`/veinminer groups create [] []` All blocks inside one group will be mined together. A block can be in multiple groups. New blocks can be added or removed from groups with the following commands:
`/veinminer groups edit add-block `
`/veinminer groups edit remove-block ` Groups can be limited to certain tools, for example group `wood` can only be mined by axes. If no tool is added to a group, all tools are allowed. If a block is in multiple groups, all tools from those groups are allowed.
(If a block is in one unlimited tool group and one limited to axes, only axes work for this block)
`/veinminer groups edit add-tool `
`/veinminer groups edit remove-tool ` ### Example (Logs) ``` 1. /veinminer groups create Logs 2. /veinminer groups edit Logs add-block #minecraft:logs 3. /veinminer groups edit Logs add-tool #minecraft:axes ``` --- Block and item inputs allow block and item tags for easier editing. For example, to add all logs enter `#minecraft:logs` into any block input. Visit the wiki for a full list or look at a block with F3 under "looking at". --- You can also modify the group file directly inside `.../veinminer/default_groups.json` (`config/...` for mods, `plugins/...` for plugins) Setting Overrides - Too Advanced Settings Overrides are optional settings, that will override the normal setting if the player is effected by it. See examples underneath for a better understanding, I don't blame you if you think "why...". ### Client Overrides Those settings will be applied to all users that use the client addon (hotkey).
E.g. you want to have `mustSneak` enabled in general, but disabled for hotkey users: - `/veinminer settings mustSneak true` - True for all - `/veinminer settings client override mustSneak false` - False override for hotkey users ### Group Overrides Those settings will be applied to all users that mine a block from this specific group.
Each group can have a different override, if a block is in multiple groups, only the override from the *oldest* group count (this behavior may see improvement later).
E.g. you dont want that your sand & dirt group consumes durability: - `/veinminer settings decreaseDurability true` - True for all blocks - `/veinminer groups shovel edit override decreaseDurability false` - False override for this group --- If both, client and group overrides, collide the group override takes priority (`normal < client < group`). You can remove overrides with `/veinminer ... override unset `. OP players will have all permissions. To manually grant permissions see [Luckperms](https://luckperms.net/) (NeoForge not supported yet). --- ### DataPack Version (1.x) The DataPack (V1) version is a simple version that is usable on every server and world. Enter the config command to open an interactive chat menu to edit all settings. | Command | Permission | Description | |:---------------------------:|:-----------:|:-------------------------------------:| | /function veinminer:_config | `OP/Cheats` | Access the full settings menu in chat | If you get prompted something like `{category:"pickaxe", namespace:"", id:""}`, you need to fill in the item/block namespace & ID (press F3+H to see them), e.g. `{category:"pickaxe", namespace:"minecraft", id:"sand"}` for `minecraft:sand` ## Some Advice - To veinmine, your tool must be able to mine the block in normal conditions (unless disabled in V2) - While Veinminer is running very lightweight, mining unnatural big veins can lag the client and the server through the amount of items If you need any help or want to share some ideas to add, just hop on our Discord ([dc.mutils.net](https://dc.mutils.net))

Compatibility

Mod Loaders

Bukkit Datapack Fabric Folia Forge Neoforge Paper Purpur Quilt Spigot

Game Versions

1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 +23 more

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Screenshots

Similar Mods

Included in Modpacks (280)

Show fewer
Tornado Survival Unlimited Tornado Survival Unlimited Heroes: Infection(Legacy) Heroes: Infection(Legacy) Natesam's Super Cheaty OP Pack Natesam's Super Cheaty OP Pack The Nuke Wars The Nuke Wars White Flag Missiles Pack White Flag Missiles Pack VisionSteps VisionSteps One Life Season 2 One Life Season 2 Extended vanila Extended vanila Create Optimized+[Forge] Create Optimized+[Forge] PeakCraftTV PeakCraftTV Hexs Superheroes Hexs Superheroes StickCraft Gamepad Edition StickCraft Gamepad Edition Parasite Parasite Liberty Library Liberty Library MoonQuest : Decaversary Edition MoonQuest : Decaversary Edition NeoLand NeoLand Adventure Survival 1.12.2 Adventure Survival 1.12.2 HeroCraft - CrazyCraft Style HeroCraft - CrazyCraft Style War baby War baby ÇiftçiCraft S2 ÇiftçiCraft S2 Totally Vanilla Minecraft Totally Vanilla Minecraft Vanilla QOL Improved Vanilla QOL Improved KADEVS Pixelmon KADEVS Pixelmon Reach for the Stars Reach for the Stars Simply Lord of the rings Refined edition Simply Lord of the rings Refined edition The Kappa Pack The Kappa Pack Nano Pack Nano Pack DBCS PHZINHOONE DBCS PHZINHOONE TerraCraft Modpack TerraCraft Modpack Sylix Cobblemon Sylix Cobblemon Hardcore Zombie Apocalypse with Gun Hardcore Zombie Apocalypse with Gun HCT - Hexandcube's Client Tweaks HCT - Hexandcube's Client Tweaks Heart Craft LITE Heart Craft LITE Mods MC Mods MC Miracul212 Miracul212 KRILLKRAFT KRILLKRAFT G-Craft G-Craft RL SMP RL SMP ktmh96's 100 Baby Challenge Mystical Creature Madness! [Legacy] ktmh96's 100 Baby Challenge Mystical Creature Madness! [Legacy] Ultimate Superhero Pack Ultimate Superhero Pack Forge of the Ages Forge of the Ages Miners Mine Modded Mines Miners Mine Modded Mines Trials of Terra Trials of Terra Better Than Vanilla Better Than Vanilla Vanilla Ventures Vanilla Ventures Fantasia + Fantasia + Science, Magic & Nukes Science, Magic & Nukes The MillénairePack Omega The MillénairePack Omega Mixed Mod Pack Mixed Mod Pack EPiCCRAFT 2 (Remake) EPiCCRAFT 2 (Remake) ktmh96's 100 Baby Challenge Adventuring Time! [Legacy] ktmh96's 100 Baby Challenge Adventuring Time! [Legacy] Create: Physics and Roads Create: Physics and Roads tornados pack tornados pack Transformed Storage Transformed Storage Happy Sandwich Happy Sandwich Chocolate Edition Chocolate Edition Stratum Stratum Friendgroup create server Friendgroup create server Yet Another Horror Pack Yet Another Horror Pack Aedans Vanilla Plus Aedans Vanilla Plus Crazy Adventure Crazy Adventure The More Horror The Better! The More Horror The Better! Vanilla Horizons Vanilla Horizons Perfect Minecraft V3 Perfect Minecraft V3 Create With A Slight Twist Create With A Slight Twist PacPack Voxydized PacPack Voxydized Cobblemon Perfected Cobblemon Perfected Craft and Conquer Craft and Conquer Frozen Horrors Frozen Horrors Cobble Lemon Cobble Lemon Cobblemon Adventures Cobblemon Adventures Age of Scales & Bones Age of Scales & Bones Velkaris Velkaris Virtual-Yellow Virtual-Yellow Eternal MC Eternal MC The Eyes: Watch.Jar The Eyes: Watch.Jar Zephaire Zephaire Create Warfare Create Warfare verdant dreams verdant dreams ImAcidicSMP Modpack ImAcidicSMP Modpack FugCraft FugCraft Clayium for Beginners Clayium for Beginners Hayfield's MC+ Hayfield's MC+ [XM] xK0KLIN Modpack's [XM] xK0KLIN Modpack's Vanilla Enhanced Vanilla Enhanced VIRISMP VIRISMP PackNeverLucky PackNeverLucky Main by Waldnetworks Main by Waldnetworks Survival singleplayer/multiplayer Survival singleplayer/multiplayer Dusk Insanity (Horror Modpack) Dusk Insanity (Horror Modpack) Complimentary Vanilla Complimentary Vanilla CobbleAdventures Official Modpack CobbleAdventures Official Modpack Create Dream Big Create Dream Big +Optivanilla 2.0+ +Optivanilla 2.0+ Survival Mode Tweaks Survival Mode Tweaks Cody's Cobblemon Adventure Cody's Cobblemon Adventure Stardust Meadows Server Modpack Stardust Meadows Server Modpack WGame WGame Pillcraft Pillcraft Clarity Clarity

External Resources