Add many missing documentation to components

This commit is contained in:
Ben Dodd
2022-06-23 20:48:19 +01:00
parent feb600d21b
commit 3df9e495bd
27 changed files with 123 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.health",
"description": "UNDOCUMENTED",
"description": "Sets the amount of health this mob has",
"$comment": "UNDOCUMENTED",
"type": "object",
"title": "Health",
@@ -24,13 +24,13 @@
"properties": {
"range_min": {
"title": "Range Minimum",
"description": "UNDOCUMENTED",
"description": "The minimum amount of health this mob could have",
"$comment": "UNDOCUMENTED",
"type": "number"
},
"range_max": {
"title": "Range Maximum",
"description": "UNDOCUMENTED",
"description": "The maximum amount of health this mob could have",
"$comment": "UNDOCUMENTED",
"type": "number"
}