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,7 +11,7 @@
},
"items": {
"title": "Items",
"description": "Items that we are interested in snacking on",
"description": "Items that we are interested in snacking on.",
"oneOf": [
{
"type": "array",
@@ -28,18 +28,18 @@
"snacking_cooldown": {
"type": "number",
"default": 7.5,
"description": "The cooldown time in seconds before the mob is able to snack again",
"description": "The cooldown time in seconds before the mob is able to snack again.",
"title": "Snacking Cooldown"
},
"snacking_cooldown_min": {
"type": "number",
"default": 0.5,
"description": "The minimum time in seconds before the mob is able to snack again",
"description": "The minimum time in seconds before the mob is able to snack again.",
"title": "Snacking Cooldown Minimum"
},
"snacking_stop_chance": {
"type": "number",
"description": "This is the chance that the mob will stop snacking, from 0 to 1",
"description": "This is the chance that the mob will stop snacking, from 0 to 1.",
"title": "Snacking Stop Chance"
}
},