From b84f1f046bfaf775a16ea1a9ece730923a1f85c5 Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 8 Apr 2024 17:48:42 +0100 Subject: [PATCH] Add damage type for the black hole to bypass armor --- .../data/minecraft/tags/damage_type/bypasses_armor.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json b/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json index 9f715f8f..d2722662 100644 --- a/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json +++ b/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json @@ -2,6 +2,7 @@ "replace": false, "values": [ "unicopia:magical_exhaustion", + "unicopia:gravity_well_recoil", "unicopia:alicorn_amulet", "unicopia:zap", "unicopia:kick",