Server Side Vein Mine
ModrinthA fabric mod to added vein mining on the server side
22.2k downloads 20 followers updated 5mo ago
latest v1.3.0 Modrinth
Server Side Vein Mine
This is a fabric server mod to add vein mining. Fabric API is the only dependency.
You can add blocks to the list with the command /config serverveinmine veinMineableBlocks add [block]
Or you can edit the config json in [server-dir]/config/serverveinmine/config.json
A 3x3x3 area centred on the target block will be checked for blocks or their deepslate equivalents. If another block of the same type is found, it is queued and a 3x3x3 is checked on it.
The default maximum is 64 blocks, above that to prevent lag the vein mine will be rejected.
Versions
Release
1.2.8
Updated neighbour checking, equivalent checking and vein mining algorithm thanks to @AmyMialee
Release
1.2.5
Added a fix for tick loops created by vein mining obscene amounts of blocks, stops trying to find neighbours after the maxBlock iteration of the add loop
Release
1.2.4
Update for 1.21, uses better config betterconfig 1.3.
**Note** Your configuration from 1.2.3 will not work with this version, delete serverveinmine.config.json
Alpha
1.2.3
Please note this is an alpha, your previous configs are not compatible.
This is a temporary branch to remove the dependency on BetterConfig while it updates,…
Release
1.2.1
- Now checks a 3x3x3 square centred on the target block
- Configurable maximum number of blocks, above maximum will block the vein mine entirely.
- Updated to…

Comments 0
No comments yet. Be the first to share your thoughts.