Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down