diff --git a/TheSkyBlessing/data/mob_manager/functions/processing_tag/common_tag/.mcfunction b/TheSkyBlessing/data/mob_manager/functions/processing_tag/common_tag/.mcfunction index ef8b10ee37..01f7f93095 100644 --- a/TheSkyBlessing/data/mob_manager/functions/processing_tag/common_tag/.mcfunction +++ b/TheSkyBlessing/data/mob_manager/functions/processing_tag/common_tag/.mcfunction @@ -13,6 +13,7 @@ execute if entity @s[tag=AlwaysInvisible] run effect give @s invisibility 999999 execute if entity @s[tag=AlwaysSlowFall] run effect give @s slow_falling 999999 0 true execute if entity @s[tag=AlwaysBurn] unless predicate lib:is_burning run data modify entity @s Fire set value 32767s execute if entity @s[tag=AntiBurn] if predicate lib:is_burning run data modify entity @s Fire set value 0s +execute if entity @s[tag=AntiBurn] run effect give @s fire_resistance infinite 0 true execute if entity @s[tag=AntiFallDamage] run function mob_manager:processing_tag/common_tag/check_fall_distance execute if entity @s[type=skeleton,tag=!Frozen] run function mob_manager:processing_tag/common_tag/check_frozen execute if entity @s[type=#lib:drownable,tag=!Drown] anchored eyes positioned ^ ^ ^ positioned ~ ~-0.1111111119389534 ~ if predicate lib:in_water/include_flowing run data modify entity @s InWaterTime set value -999999