From 0184a67dd387849764e765562233b21cf404001c Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 8 Oct 2021 13:53:48 +0200 Subject: [PATCH] Updated entity damage list --- 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 43485d00..d8de20bb 100644 --- a/source/general/entity_damage.json +++ b/source/general/entity_damage.json @@ -2,8 +2,7 @@ "$id": "blockception.minecraft.general.1.8.0.entity.damage", "type": "string", "title": "Entity Damage Name", - "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED", + "description": "The type of damage that is received", "enum": [ "all", "anvil", @@ -14,6 +13,7 @@ "entity_attack", "entity_explosion", "fall", + "fatal", "falling_block", "fire", "fire_tick",