Updated minecraft.health
This commit is contained in:
@@ -7,12 +7,8 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"value": { "$ref": "../types/range_number_type.json", "description": "TODO", "title": "TODO title" },
|
"value": { "type": "integer", "description": "Current health of the entity", "title": "Value" },
|
||||||
"max": {
|
"max": { "type": "integer", "description": "The maximum health the entity can heal", "title": "Maximum" }
|
||||||
"type": "integer",
|
|
||||||
"description": "TODO",
|
|
||||||
"title": "TODO title"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"max": ["value"]
|
"max": ["value"]
|
||||||
|
|||||||
Reference in New Issue
Block a user