Merge pull request #23 from DinnerBeef/patch-1

Update interact.json
This commit is contained in:
Daan Verstraten
2022-03-11 09:16:11 +01:00
committed by GitHub

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"
}
}
}