Allows an entity to ignore attackable targets for a given duration.
Admire Item Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| cooldown_after_being_attacked | 0 | Integer number | Duration, in seconds, for which mob won't admire items if it was hurt | Piglin: 20 |
| duration | 10 | Integer number | Duration, in seconds, that the mob is pacified. | Piglin: 8 |
Samples
Piglin
"minecraft:admire_item": {
"duration": 8,
"cooldown_after_being_attacked": 20
}