Revert "added ClearTarget mechanic" authored by Lxlp's avatar Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
## Description
Changes the skybox for the target players.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| skybox | sky, s, type, t, environment, env, e | What skybox should be shown to the player | 0 |
### Skybox Attribute
| Value | Description |
| ----- | ----------- |
| Any Integer Below 1 | Cancel the modified skybox |
| Any Integer Above 0 | Rainy |
## Examples
Makes every player in a 20 blocks radius see the "rainy" skybox
```yaml
Skills:
- skybox{s=1} @PIR{r=20}
```
## Aliases
- [x] effect:skybox
- [x] e:skybox
<!--TAGS-->
<!--tag:Effect-->