Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
AcesVeinMine
Safely vein-mine Valheim rocks, ores, trees, logs and stumps with configurable Hold Key, Always On and Off modes.
| Date uploaded | a day ago |
| Version | 1.0.1 |
| Download link | AcesGamingUK-AcesVeinMine-1.0.1.zip |
| Downloads | 1527 |
| Dependency string | AcesGamingUK-AcesVeinMine-1.0.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
Aces VeinMine
A safer, configurable vein-mining mod for Valheim.
Break connected rocks, ore deposits, trees and logs without turning every destructible object in the world into a target.
Frozen north Compatible
Features
- Vein-mines supported rocks and ore deposits.
- Vein-mines trees and fallen logs.
- Supports small rocks and tree stumps through narrow safety checks.
- Uses the correct tool type:
- Pickaxe for rocks and ores.
- Axe for trees, logs and stumps.
- Three activation modes:
HoldKeyAlwaysOnOff
- Default activation key:
LeftShift. - Extra mouse buttons are supported.
Mouse0,Mouse1andMouse2are blocked from use as the activation key.- Vanilla Valheim item drops are preserved.
- Fail-closed safety: unknown destructibles are ignored.
Safety
Aces VeinMine deliberately avoids generic destruction patches.
The mod targets known natural resource classes such as:
MineRockMineRock5TreeBaseTreeLog
Small rocks and stumps are handled only through tightly-filtered Destructible checks.
Anything that cannot be confidently identified as a supported natural resource is left alone.
Configuration
After launching the game once with the mod installed, edit the generated BepInEx configuration or use a compatible configuration manager.
Activation Mode
HoldKey
VeinMine activates while the configured key is held.
AlwaysOn
VeinMine activates automatically when using the correct tool on a supported resource.
Off
Disables VeinMine without uninstalling the mod.
Hold Key
Default: LeftShift
Extra mouse buttons such as Mouse3 and above are supported.
Primary mouse buttons Mouse0, Mouse1 and Mouse2 are intentionally rejected.
Drops
Aces VeinMine uses normal Valheim drop behavior. Item quantities and drop locations are not modified.
Compatibility
Client-side BepInEx mod for Valheim.
Unknown or unsupported destructible objects are intentionally ignored for safety.
Author
AcesGamingUK
Debug Logging
In BepInEx/config/acesgaminguk.acesveinmine.cfg:
[Debug]
EnableDebugLogging = false
Set to true to write detailed diagnostic messages to BepInEx/LogOutput.log, or use a compatible config manager. When editing the file manually, close the game first and restart afterwards. Turn it back to false after reproducing a problem. The setting persists and does not change mining behavior. Diagnostics include target/prefab identity, activation and tool checks, and before/after pickaxe/chop damage. Existing error logs remain available when debug is off.
Console Commands
acesveinmine on: use HoldKey mode with your configured key.acesveinmine always: use AlwaysOn mode.acesveinmine off: disable vein mining.acesveinmine: show current mode and usage.
Mode changes save to the existing config. Tool and resource checks still apply. The mod does not open the console or enable cheats.
This release does not contain the DEV identify, nearby or drop-inspection commands.
CHANGELOG
Changelog
1.0.1
- Works With 1.0
- Added persistent Debug.EnableDebugLogging config setting, disabled by default.
- Added acesveinmine on, always and off commands; mode changes save to config.
- Preserved existing mining, protection, tool and drop handling.
1.0.0
- Initial public release.
- Added configurable
HoldKey,AlwaysOnandOffactivation modes. - Default hold key set to
LeftShift. - Added support for extra mouse buttons while blocking
Mouse0,Mouse1andMouse2. - Added vein-mining support for
MineRockandMineRock5resources. - Added tree and fallen-log support through
TreeBaseandTreeLog. - Added narrow support for small rocks.
- Added narrow support for tree stumps/stubs.
- Added strict fail-closed protection for unknown destructible objects and structures.
- Preserved vanilla Valheim drop behavior.