|
|
|
## Description
|
|
|
|
Tests if the item entity is similar to an itemstack
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| item | i, material, m, mm, mythicitem | The item to check against | DIRT |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
TargetConditions:
|
|
|
|
- entityitemissimilar{i=MyCustomItem} true
|
|
|
|
``` |
|
|
|
\ No newline at end of file |