Updated Comments

This commit is contained in:
DaanV2
2021-06-19 15:05:41 +02:00
parent 827e8be9f9
commit 93b0a7f030
45 changed files with 98 additions and 92 deletions

View File

@@ -14,13 +14,13 @@
"despawn_from_chance": {
"type": "boolean",
"default": true,
"description": "Determines if \"min_range_random_chance\" is used in the standard despawn rules",
"description": "Determines if `min_range_random_chance` is used in the standard despawn rules",
"title": "Despawn From Chance"
},
"despawn_from_inactivity": {
"type": "boolean",
"default": true,
"description": "Determines if the \"min_range_inactivity_timer\" is used in the standard despawn rules.",
"description": "Determines if the `min_range_inactivity_timer` is used in the standard despawn rules.",
"title": "Despawn From Inactivity"
},
"despawn_from_distance": { "type": "object", "description": "UNDOCUMENTED", "title": "TODO", "additionalProperties": false },