Hack Summary | |
---|---|
Name | VeinMiner |
Screenshot | |
Category | blocks |
In-game description |
“Automatically mines ore veins for you.” |
Default keybind | none |
Source code | https://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.
Range | |
---|---|
Type | Slider |
In-game description | (none) |
Default value | 5m |
Minimum | 1m |
Maximum | 6m |
Increment | 0.05m |
The “Range” slider determines how far VeinMiner can reach to mine blocks.
Flat mode | |
---|---|
Type | Checkbox |
In-game description | “Won't break any blocks below your feet.” |
Default value | not 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 | |
---|---|
Type | BlockList |
In-game description | “The types of blocks to mine as veins.” |
Default blocks | ancient_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 | |
---|---|
Type | Enum |
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 value | Server-side |
Possible values | Off, Client-side, Server-side |
Max vein size | |
---|---|
Type | Slider |
In-game description | “Maximum number of blocks to mine in a single vein.” |
Default value | 64 |
Minimum | 1 |
Maximum | 1000 |
Increment | 1 |
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 | |
---|---|
Type | Checkbox |
In-game description | “Makes sure that you don't reach through walls when breaking blocks.” |
Default value | not 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.