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

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.health",
"description": "Sets the amount of health this mob has",
"description": "Sets the amount of health this mob has.",
"$comment": "UNDOCUMENTED",
"type": "object",
"title": "Health",
@@ -9,11 +9,11 @@
"properties": {
"max": {
"type": "integer",
"description": "The maximum health the entity can heal",
"description": "The maximum health the entity can heal.",
"title": "Maximum"
},
"value": {
"description": "Current health of the entity",
"description": "Current health of the entity.",
"title": "Value",
"oneOf": [
{ "type": "integer", "default": 1 },
@@ -24,13 +24,13 @@
"properties": {
"range_min": {
"title": "Range Minimum",
"description": "The minimum amount of health this mob could have",
"description": "The minimum amount of health this mob could have.",
"$comment": "UNDOCUMENTED",
"type": "number"
},
"range_max": {
"title": "Range Maximum",
"description": "The maximum amount of health this mob could have",
"description": "The maximum amount of health this mob could have.",
"$comment": "UNDOCUMENTED",
"type": "number"
}