Update interact.json
Fixed an issue with the type being wrong in cooldown_after_being_attacked Also changed default as there is no default
This commit is contained in:
@@ -131,8 +131,8 @@
|
|||||||
"title": "Admire Item"
|
"title": "Admire Item"
|
||||||
},
|
},
|
||||||
"cooldown_after_being_attacked": {
|
"cooldown_after_being_attacked": {
|
||||||
"type": "interger",
|
"type": "number",
|
||||||
"default": false,
|
"default": "",
|
||||||
"description": "Duration, in seconds, for which mob won't barter items if it was hurt",
|
"description": "Duration, in seconds, for which mob won't barter items if it was hurt",
|
||||||
"title": "Cooldown After Being Attacked"
|
"title": "Cooldown After Being Attacked"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user