Updated minecraft.health

This commit is contained in:
DaanV2
2021-03-07 18:44:01 +01:00
parent 2b102eb7c4
commit 6afc2e6316

View File

@@ -7,12 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"value": { "$ref": "../types/range_number_type.json", "description": "TODO", "title": "TODO title" },
"max": {
"type": "integer",
"description": "TODO",
"title": "TODO title"
}
"value": { "type": "integer", "description": "Current health of the entity", "title": "Value" },
"max": { "type": "integer", "description": "The maximum health the entity can heal", "title": "Maximum" }
},
"dependencies": {
"max": ["value"]