From c3793c6002f6a0b4f9661866cb6f041aaa4e9d17 Mon Sep 17 00:00:00 2001 From: TheDeathlyCow Date: Fri, 27 Dec 2024 01:45:03 -1000 Subject: [PATCH] bat and stray no longer break brittle ice --- .../tags/entity_type/does_not_break_brittle_ice.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/frostiful/tags/entity_type/does_not_break_brittle_ice.json b/src/main/resources/data/frostiful/tags/entity_type/does_not_break_brittle_ice.json index a98629f6..d7318b3f 100644 --- a/src/main/resources/data/frostiful/tags/entity_type/does_not_break_brittle_ice.json +++ b/src/main/resources/data/frostiful/tags/entity_type/does_not_break_brittle_ice.json @@ -9,6 +9,8 @@ "frostiful:biter", "frostiful:frostologer", "minecraft:snow_golem", - "#minecraft:powder_snow_walkable_mobs" + "#minecraft:powder_snow_walkable_mobs", + "minecraft:bat", + "minecraft:stray" ] } \ No newline at end of file