This commit is contained in:
jordan4ibanez 2021-04-22 21:45:00 -04:00
parent ef0d52a2df
commit 5d876725c5
1 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,9 @@ mobs:register_mob("mobs_mc:bat", {
spawn_class = "ambient",
can_despawn = true,
passive = true,
rotate = 270,
tilt_fly = true,
fly = true,
hp_min = 6,
hp_max = 6,
collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.89, 0.25},
@ -44,9 +47,7 @@ mobs:register_mob("mobs_mc:bat", {
fall_damage = 0,
view_range = 16,
fear_height = 0,
jump = false,
fly = true,
makes_footstep_sound = false,
})