Back to mods
VeinMiner Mod project artwork

CurseForge · Minecraft mod

VeinMiner Mod

Mine the whole vein on mining a single ore/block. Make the tedious mining experience to something satisfying and fun!

Choose a version Pick your version below, then grab the matching file.

This page is having a moment, so a few details may be a little behind.

Quick answer

Which VeinMiner Mod release should I use?

Updated 5 days ago
Latest stable file Veinminer NeoForge - 2.11.2
Game version 1.21.1
Loader NeoForge

VeinMiner Mod Veinminer NeoForge - 2.11.2 targets 1.21.1 with NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. All 1 required mods have matching files.

Where it goes

Is VeinMiner Mod required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does VeinMiner Mod Veinminer NeoForge - 2.11.2 need?

Veinminer NeoForge - 2.11.2. Change the file and its required mods may change too.

All 1 required mods have matching files

Install KotlinLangForge first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

2 listed on this file 1 pulled in by one of those mods
VeinMiner Hotkey Optional for VeinMiner Mod Veinminer NeoForge - 2.11.2
optional
Matching file found Matched file: Veinminer Hotkey NeoForge - 2.11.2
KotlinLangForge Needed by VeinMiner Mod Veinminer NeoForge - 2.11.2
required
Matching file found Matched file: v2.12.2-k2.4.10-3.0+neoforge
VeinMiner Mod Needed by VeinMiner Hotkey
pulled in
Matching file found Matched file: Veinminer NeoForge - 2.11.2

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add VeinMiner Mod without breaking your instance.

Built for VeinMiner Mod Veinminer NeoForge - 2.11.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Veinminer NeoForge - 2.11.2. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install KotlinLangForge first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Veinminer NeoForge - 2.11.2. It opens that exact file at the source.

About this project

What does VeinMiner Mod add?

dono-badge enchant-badge client-badge

⛏️ 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!

Paper/Folia & DataPack versions can be found HERE
Versions below 1.13 can be found HERE

⚙️ Customization & Settings

Veinminer comes 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 ♥️
#AD - Your support helps to keep this project alive :)


Base Commands

Veinminer is a server side Mod that works with Fabric/Quilt, Paper/PurPur/Folia & NeoForge servers/clients.

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 ... [<new-value>]. 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

Block Groups - Advanced Settings

Block groups can hold multiple blocks together that will be treated like the same block.
/veinminer groups create <name> [<block1>] [<block2>]

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 <name> add-block <block>
/veinminer groups edit <name> remove-block <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 <name> add-tool <item>
/veinminer groups edit <name> remove-tool <item>

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 <setting>.

OP players will have all permissions. To manually grant permissions see Luckperms (NeoForge not supported yet).

Some Advice

  • 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)

Project description from CurseForge.

Pick your setup

VeinMiner Mod by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

18 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

VeinMiner Mod versions and loaders

21 of 21 releases match

Looking for an older file? The official CurseForge project page is in Resources.