Update interact.json

This commit is contained in:
DinnerBeef
2022-03-10 16:53:03 -06:00
committed by GitHub
parent 1b52053cce
commit e7ca745682

View File

@@ -117,6 +117,24 @@
"default": false,
"description": "If true, the interaction will use an item.",
"title": "Use Item"
},
"barter": {
"type": "boolean",
"default": false,
"description": "Enables the component to drop an item as a barter exchange.",
"title": "Barter"
},
"admire": {
"type": "boolean",
"default": false,
"description": "Enables the mob to admire the item",
"title": "Admire Item"
},
"cooldown_after_being_attacked": {
"type": "interger",
"default": false,
"description": "Duration, in seconds, for which mob won't barter items if it was hurt",
"title": "Cooldown After Being Attacked"
}
}
}