From bc12c1e663260aff241d512e8daeeff67bc6ba8b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 3 Jun 2021 16:06:23 +0200 Subject: [PATCH] Updated entity damages --- source/general/entity_damage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/general/entity_damage.json b/source/general/entity_damage.json index c251412f..a19f8e2d 100644 --- a/source/general/entity_damage.json +++ b/source/general/entity_damage.json @@ -2,6 +2,7 @@ "$id": "blockception.minecraft.general.1.8.0.entity.damage", "type": "string", "title": "Entity Damage Name", + "description": "TODO description", "enum": [ "all", "anvil", @@ -34,6 +35,5 @@ "thorns", "void", "wither" - ], - "description": "TODO description" + ] }