Changes
Page history
Create skills/conditions/EntityItemIsSimilar
authored
May 15, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/conditions/EntityItemIsSimilar.md
0 → 100644
View page @
a2448793
## 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