Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
diogo.garrett93 committed Sep 20, 2021
1 parent 1309609 commit 0399112
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
![enter image description here](https://i.imgur.com/HrLIv3J.png)
![enter image description here](https://i.imgur.com/OAfRGXK.jpg)
Tired of mining for ages?
With VeinMine you're able to mine the whole ore/rock vein at once!
You can do this by holding down the assigned key (Left Alt by default) while mining!
This mod does essentially the same thing as [SeleniumMineBoom](https://valheim.thunderstore.io/package/SeleniumCoreTeam/SeleniumMineBoom/) but lets you configure a key, so you don't always mine a whole vein at once if you don't want to.

### Building
Make sure to reference unstripped/publicized DLLs when building.
## **Version 1.0.0 - Progressive mode added!**

### **Please delete your previous config when updating as it might break something.**

You can now enable progressive mode in the config, making it so veinmining is scaled by your Pickaxes level. This is intended to be a less OP way of veinmining, where the tradeoff is taking higher durability damage (and less xp) than if you mined manually.

The radius of the veinmined area is also scaled by your Pickaxes level.

It works by checking for rocks in a radius set by the Progressive Level Multiplier value in the config. This value is multiplied by your Pickaxes level to obtain a radius.

By default, it's set to 0.1 so assuming your Pickaxes level is 20, the radius will be 0.1 * 20 = 2.

What does 2 mean, you ask?

It's simple! A standard 2x2 floor piece has a length of 2, exactly like its name suggests.
# Changelog
## 1.2.0
## 1.2.1
- Compatibility for Hearth and Home;
- Tentative fix for ores spawning at 0,0 (unable to test without other players)
### 1.2.0
- Replaced 'Even' spread damage option with 'Level' as even was useless when the mined vein had a large number of sections.
- Refactored code.
### 1.1.9

0 comments on commit 0399112

Please sign in to comment.