Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/lightlevelfromblocks.md
0 → 100644
View page @
595b54c3
## Description
Tests the light level originating from light-emitting blocks at the target location
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| level | l | The light level range to match | 0 |
## Examples
```
yaml
Conditions
:
-
lightlevelfromblocks{l=10}
true
```
```
yaml
Conditions
:
-
lightlevelfromblocks{l=>10}
true
```
```
yaml
Conditions
:
-
lightlevelfromblocks{l=1to10}
true
```
## Aliases
-
[x] blocklightlevel
\ No newline at end of file