Server Side Vein Mine
A fabric mod to added vein mining on the server side
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Server Side Vein Mine
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.