Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -11,36 +11,36 @@
"title": "Cooldown Max",
"type": "number",
"default": 0,
"description": "Maximum time in seconds the mob has to wait before using the goal again"
"description": "Maximum time in seconds the mob has to wait before using the goal again."
},
"cooldown_min": {
"title": "Cooldown Min",
"type": "number",
"default": 0,
"description": "Minimum time in seconds the mob has to wait before using the goal again"
"description": "Minimum time in seconds the mob has to wait before using the goal again."
},
"mob_detect_dist": {
"title": "Mob Detect Dist",
"type": "number",
"default": 6,
"description": "The block distance in x and z that will be checked for mobs that this mob detects"
"description": "The block distance in x and z that will be checked for mobs that this mob detects."
},
"mob_detect_height": {
"title": "Mob Detect Height",
"type": "number",
"default": 6,
"description": "The block distance in y that will be checked for mobs that this mob detects"
"description": "The block distance in y that will be checked for mobs that this mob detects."
},
"can_nap_filters": {
"title": "Can Nap Filters",
"$ref": "../../filters/filters.json",
"description": "The filters that need to be met for the nap to take place",
"description": "The filters that need to be met for the nap to take place.",
"$comment": "UNDOCUMENTED"
},
"wake_mob_exceptions": {
"title": "Wake Mob Exceptions",
"$ref": "../../filters/filters.json",
"description": "Filters that can trigger the entity to wake up from it nap",
"description": "Filters that can trigger the entity to wake up from it nap.",
"$comment": "UNDOCUMENTED"
}
},