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

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.minecraft.anger_level",
"type": "object",
"title": "Angry",
"description": "Allows this entity to track anger towards a set of nuisances",
"description": "Allows this entity to track anger towards a set of nuisances.",
"additionalProperties": false,
"required": [],
"properties": {
@@ -17,14 +17,14 @@
"type": "integer",
"minimum": 0,
"default": 20,
"description": "Anger boost applied to angry threshold when mob gets angry"
"description": "Anger boost applied to angry threshold when mob gets angry."
},
"angry_threshold": {
"title": "Angry Threshold",
"type": "integer",
"minimum": 0,
"default": 80,
"description": "Threshold that define when the mob is considered angry at a nuisance"
"description": "Threshold that define when the mob is considered angry at a nuisance."
},
"default_annoyingness": {
"title": "Default Annoyingness",
@@ -42,7 +42,7 @@
"nuisance_filter": {
"title": "Nuisance Filter",
"$ref": "../../filters/filters.json",
"description": "Filter that is applied to determine if a mob can be a nuisance"
"description": "Filter that is applied to determine if a mob can be a nuisance."
},
"on_increase_sounds": {
"title": "On Increase Sounds",
@@ -52,7 +52,7 @@
"title": "Remove Targets Below Angry Threshold",
"type": "boolean",
"default": true,
"description": "Defines if the mob should remove target if it falls below 'angry' threshold"
"description": "Defines if the mob should remove target if it falls below 'angry' threshold."
}
},
"examples": []