TargeterLocation
blockVein
Targets all blocks in the radius of the inherited target
Aliases
veinbv
Configuration Fields (3)
| Name | Type | Default | Description |
|---|---|---|---|
| blocktype blocktypes, bt, t, material, materials, mat, m, blocks, block, b | PlaceholderString | STONE | Blocks to add to the Vein |
| limit l, max, m | PlaceholderInt | 10 | Limit of blocks added to the vein |
| originMustMatch match | boolean | true | Check if the origin matches the blocktypes |
Examples & Notes
Examples
# Vein mine whatever you mine (Crucible)
VeinMinerPickaxe:
Id: NETHERITE_PICKAXE
Skills:
- breakblock{origin=@TargetBlock} @Vein{bt=<caster.raycast>} ~onBlockBreak
# Vein mine only certain ores (Crucible)
VeinMinerPickaxeOres:
Id: DIAMOND_PICKAXE
Skills:
- breakblock{origin=@TargetBlock} @Vein{bt=REDSTONE_ORE, DEEPSLATE_REDSTONE_ORE} ~onBlockBreak
# Vein mine all ores (Crucible)
VeinMinerPickaxeOres_V2:
Id: DIAMOND_PICKAXE
Skills:
- breakblock{origin=@TargetBlock} @Vein{bt=#_ORE} ~onBlockBreak
Universal Targeter Options
- Author:
- Seyarada
