... | @@ -10,7 +10,13 @@ Targets all blocks in a chunk relative to the inherited target(s) |
... | @@ -10,7 +10,13 @@ Targets all blocks in a chunk relative to the inherited target(s) |
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
|
|
Those metaskills will target every non air block in a 10 blocks radius around the trigger of the skilltree
|
|
```yaml
|
|
```yaml
|
|
|
|
ExampleSkill1:
|
|
|
|
Skills:
|
|
|
|
- skill{s=ExampleSkill2} @trigger
|
|
|
|
|
|
|
|
ExampleSkill2:
|
|
Skills:
|
|
Skills:
|
|
- effect:particles @BlocksInChunk
|
|
- effect:particles @BlocksInChunk
|
|
```
|
|
```
|
... | | ... | |