Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.health.json
2021-05-26 01:23:51 +02:00

14 lines
476 B
JSON

{
"$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"] }
}