Changes
Page history
Added crucible requirement to examples.
authored
Sep 08, 2023
by
Dante
Show whitespace changes
Inline
Side-by-side
Skills/Targeters/BlockVein.md
View page @
d446761a
...
@@ -11,19 +11,19 @@ Target all adjancent blocks that match the blocktype, starting from the origin o
...
@@ -11,19 +11,19 @@ Target all adjancent blocks that match the blocktype, starting from the origin o
## Examples
## Examples
```
yaml
```
yaml
# Vein mine whatever you mine
# Vein mine whatever you mine
(Crucible)
VeinMinerPickaxe
:
VeinMinerPickaxe
:
Id
:
NETHERITE_PICKAXE
Id
:
NETHERITE_PICKAXE
Skills
:
Skills
:
-
breakblock{origin=@TargetBlock} @Vein{bt=<caster.raycast>} ~onBlockBreak
-
breakblock{origin=@TargetBlock} @Vein{bt=<caster.raycast>} ~onBlockBreak
# Vein mine only certain ores
# Vein mine only certain ores
(Crucible)
VeinMinerPickaxeOres
:
VeinMinerPickaxeOres
:
Id
:
DIAMOND_PICKAXE
Id
:
DIAMOND_PICKAXE
Skills
:
Skills
:
-
breakblock{origin=@TargetBlock} @Vein{bt=REDSTONE_ORE, DEEPSLATE_REDSTONE_ORE} ~onBlockBreak
-
breakblock{origin=@TargetBlock} @Vein{bt=REDSTONE_ORE, DEEPSLATE_REDSTONE_ORE} ~onBlockBreak
# Vein mine all ores
# Vein mine all ores
(Crucible)
VeinMinerPickaxeOres_V2
:
VeinMinerPickaxeOres_V2
:
Id
:
DIAMOND_PICKAXE
Id
:
DIAMOND_PICKAXE
Skills
:
Skills
:
...
...
...
...