Refactor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.health",
|
||||
"description": "TODO",
|
||||
"type": "object",
|
||||
"title": "Health 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"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"] }
|
||||
}
|
||||
Reference in New Issue
Block a user