From 6afc2e6316810141f740096c7c3467e6dd4b32f8 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 7 Mar 2021 18:44:01 +0100 Subject: [PATCH] Updated minecraft.health --- .../entities/1.8.0/components/minecraft.health.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source/behaviour/entities/1.8.0/components/minecraft.health.json b/source/behaviour/entities/1.8.0/components/minecraft.health.json index 229c248e..5acdd445 100644 --- a/source/behaviour/entities/1.8.0/components/minecraft.health.json +++ b/source/behaviour/entities/1.8.0/components/minecraft.health.json @@ -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"]