Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


veinminer

VeinMiner

Hack Summary
NameVeinMiner
Screenshot
Categoryblocks
In-game description"Automatically mines ore veins for you."
Default keybindnone
Source codehttps://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/VeinMinerHack.java

VeinMiner is a Minecraft hack that assists the user when mining. Whenever the user clicks on an ore vein, VeinMiner will automatically mine all ores in that vein one by one. VeinMiner can also be configured to treat other things as veins besides ores.

Note: Blocks in veins are mined sequentially, just like when using Nuker, not all at once like how some server-side VeinMiner plugins work.

Settings

Range

Range
TypeSlider
In-game description(none)
Default value5m
Minimum1m
Maximum6m
Increment0.05m

The “Range” slider determines how far VeinMiner can reach to mine blocks.

Flat mode

Flat mode
TypeCheckbox
In-game description“Won't break any blocks below your feet.”
Default valuenot checked

When “Flat mode” is enabled, VeinMiner will not break any blocks below the player's current Y-level. This prevents mining downward, which can be useful to avoid accidental falls into caves or lava. (Note: It's the same as Flat mode in Nuker.)

MultiID list

MultiID List
TypeBlockList
In-game description“The types of blocks to mine as veins.”
Default blocksancient_debris, bone_block, coal_ore, copper_ore, deepslate_coal_ore, deepslate_copper_ore, deepslate_diamond_ore, deepslate_emerald_ore, deepslate_gold_ore, deepslate_iron_ore, deepslate_lapis_ore, deepslate_redstone_ore, diamond_ore, emerald_ore, glowstone, gold_ore, iron_ore, lapis_ore, nether_gold_ore, nether_quartz_ore, raw_copper_block, raw_gold_block, raw_iron_block, redstone_ore

The “MultiID list” setting allows the user to specify which blocks VeinMiner should consider as ore veins. By default, it includes all Minecraft ores and some related blocks. (It's the same list used by Nuker.)

Swing hand

Swing hand
TypeEnum
In-game description“How VeinMiner should swing your hand when mining.

Off - Don't swing your hand at all. Will be detected by anti-cheat plugins.

Server-side - Swing your hand on the server-side, without playing the animation on the client-side.

Client-side - Swing your hand on the client-side. This is the most legit option.”
Default valueServer-side
Possible valuesOff, Client-side, Server-side

Max vein size

Max vein size
TypeSlider
In-game description“Maximum number of blocks to mine in a single vein.”
Default value64
Minimum1
Maximum1000
Increment1

The “Max vein size” slider sets the maximum number of blocks that VeinMiner will connect into a single vein. Increasing this value allows larger veins to be mined but may impact performance.

Check line of sight

Check line of sight
TypeCheckbox
In-game description“Makes sure that you don't reach through walls when breaking blocks.”
Default valuenot checked

When “Check line of sight” is enabled, VeinMiner will only break blocks that the player has a direct line of sight to. This prevents the user from breaking blocks behind walls, which would be impossible in vanilla Minecraft and may be detected by anti-cheat plugins.

Note: Even when “Check line of sight” is disabled, VeinMiner will prioritize blocks with line of sight over blocks without line of sight.

Media

Using VeinMiner with a custom MultiID list and increased Max vein size to mine a granite patch.

Changes

veinminer.txt · Last modified: 2024/09/19 08:42 by alexander01998