|
|
## Description
|
|
|
Removes the Item entity that triggered the SkillTree
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
> *This mechanic has no attributes*
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
- skill{sync=true;s=[
|
|
|
- cancelEvent @Self
|
|
|
- sound{s=block.amethyst_block.break;p=1.5;audience=@self} @self
|
|
|
- removeTriggeringItem
|
|
|
]} @self ~onPickup
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] rti |
|
|
\ No newline at end of file |