From 530c10a2f645177c1af9bd528cf23bb6be480af5 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 9 May 2022 09:30:57 +0200 Subject: [PATCH] Fixing minecraft:health #27 --- source/behavior/entities/format/components/health.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/behavior/entities/format/components/health.json b/source/behavior/entities/format/components/health.json index 21af1bef..01313465 100644 --- a/source/behavior/entities/format/components/health.json +++ b/source/behavior/entities/format/components/health.json @@ -6,9 +6,6 @@ "title": "Health", "additionalProperties": false, "required": [], - "dependencies": { - "max": ["value"] - }, "properties": { "max": { "type": "integer",