Update BlockVein authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Target all adjancent blocks that match the blocktype, starting from the origin o ...@@ -5,7 +5,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.<br>You can add a `*` at the front of the type to indicate that the one specified is not a block type, but a [block tag](https://minecraft.wiki/w/Tag#Block_tags_2) (example: `blocktype=*sculk_replaceable` )| 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 |
... ...
......