TargeterLocation

blockVein

Targets all blocks in the radius of the inherited target

Aliases

veinbv

Configuration Fields (3)

NameTypeDefaultDescription
blocktype
blocktypes, bt, t, material, materials, mat, m, blocks, block, b
PlaceholderStringSTONEBlocks to add to the Vein
limit
l, max, m
PlaceholderInt10Limit of blocks added to the vein
originMustMatch
match
booleantrueCheck 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
Community-maintained documentation for the Mythic plugin ecosystem.