updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** Tests the light level originating from light-emitting blocks at the target location ## Description
Tests the light level originating from light-emitting blocks at the target location
---
**Attributes:** ## Attributes
| Attribute | Alias | Description | Default | | Attribute | Aliases | Description | Default |
| --------- | ----- | ------------------------------ | ------- | |-----------|-----------|----------------------------------------------------------------------|---------|
| level | l | The light level range to match | 0 | | level | l | The light level range to match | 0 |
---
**Examples:**
## Examples
```yaml ```yaml
Conditions: Conditions:
- lightlevelfromblocks{l=10} true - lightlevelfromblocks{l=10} true
``` ```
```yaml ```yaml
Conditions: Conditions:
- lightlevelfromblocks{l=>10} true - lightlevelfromblocks{l=>10} true
``` ```
```yaml ```yaml
Conditions: Conditions:
- lightlevelfromblocks{l=1to10} true - lightlevelfromblocks{l=1to10} true
``` ```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Location
\ No newline at end of file