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:
DinnerBeef
2022-03-11 10:06:11 -06:00
committed by GitHub
parent 75a25ad4b1
commit 7eae826517

View File

@@ -131,8 +131,8 @@
"title": "Admire Item"
},
"cooldown_after_being_attacked": {
"type": "interger",
"default": false,
"type": "number",
"default": "",
"description": "Duration, in seconds, for which mob won't barter items if it was hurt",
"title": "Cooldown After Being Attacked"
}