Changes
Page history
Update BlockVein
authored
Oct 16, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters/BlockVein.md
View page @
c9942b7c
...
@@ -4,7 +4,7 @@ Target all adjancent blocks that match the blocktype, starting from the origin o
...
@@ -4,7 +4,7 @@ Target all adjancent blocks that match the blocktype, starting from the origin o
### Attributes
### Attributes
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|----------------|-----------------|--------------------------------------------------------|
:
-------
:
|
|----------------|-----------------|--------------------------------------------------------|
--
-------|
| blocktypes | blocktype, bt, t, material, materials, mat, m, blocks, block, b | Blocks to add to the vein. Can be a list. | STONE |
| blocktypes | blocktype, bt, t, material, materials, mat, m, blocks, block, b | Blocks to add to the vein. Can be a list. | STONE |
| limit | max, l, m | Limit of the number of blocks added to the vein. | 10 |
| limit | max, l, m | Limit of the number of blocks added to the vein. | 10 |
| originMustMatch| match | Should the targeted blocks match the one at the origin of the metaskill | true |
| originMustMatch| match | Should the targeted blocks match the one at the origin of the metaskill | true |
...
@@ -29,3 +29,8 @@ VeinMinerPickaxeOres_V2:
...
@@ -29,3 +29,8 @@ VeinMinerPickaxeOres_V2:
Skills
:
Skills
:
-
breakblock{origin=@TargetBlock} @Vein{bt=#_ORE} ~onBlockBreak
-
breakblock{origin=@TargetBlock} @Vein{bt=#_ORE} ~onBlockBreak
```
```
## Aliases
-
[x] vein
-
[x] bv
\ No newline at end of file