promotional bannermobile promotional banner

Natural Veinminer

A configurable Veinminer plugin that naturally (simultaneously) damages all blocks when breaking veins. It looks as if you are mining the entire vein at once! Includes UI for editing the config!

File Details

NaturalVeinMiner-1.2.0.jar

  • R
  • Jan 26, 2026
  • 28.32 KB
  • 89
  • Early Access

File Name

NaturalVeinMiner-1.2.0.jar

Supported Versions

  • Early Access

Update v1.2.0: (Progression System Addition)

  • Added a new option to the UI: Use Progression System (Not enabled by default)
  • Added a new string array to the config: ProgressionValues which stores the max blocks mined for each pickaxe if progression system is enabled. Currently only editable via the file.

Default config now looks like this:

{
"MineDiagonal": true,
"MaxMineIterations": 15,
"AllowedBlocks": [
"Ore:Pickaxe"
],
"DisallowedBlocks": [
"Ore_Iron_Basalt_Cracked",
"Ore_Cobalt_Slate_Cracked",
"Ore_Thorium_Mud_Cracked",
"Ore_Adamantite_Magma_Cracked"
],
"SpawnDropsOnStartingBlock": true,
"TriggerOnCrouchKey": true,
"TriggerOnWalkKey": false,
"TriggerWithoutKeybind": false,
"UseProgressionSystem": false,
"ProgressionValues": [
"Tool_Pickaxe_Crude:0",
"Tool_Pickaxe_Wood:0",
"Tool_Pickaxe_Copper:1",
"Tool_Pickaxe_Scrap:2",
"Tool_Pickaxe_Iron:3",
"Tool_Pickaxe_Cobalt:4",
"Tool_Pickaxe_Thorium:4",
"Tool_Pickaxe_Adamantite:10",
"Tool_Pickaxe_Mithril:14",
"Tool_Pickaxe_Onyxium:16"
]
}

The number beside the pickaxe in the ProgressionValues corresponds to the MaxIterationCount or the max blocks veinmined excluding the starting block.