forked from VoxeLibre/VoxeLibre
Fix parrots not drowning
This commit is contained in:
parent
38c22f277d
commit
b7c7c2627b
|
@ -20,7 +20,8 @@ mobs:register_mob("mobs_mc:parrot", {
|
|||
xp_min = 1,
|
||||
xp_max = 3,
|
||||
tilt_fly = true,
|
||||
collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.89, 0.25},
|
||||
collisionbox = {-0.25, 0, -0.25, 0.25, 0.9, 0.25},
|
||||
eye_height = 0.45,
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_parrot.b3d",
|
||||
textures = {{"mobs_mc_parrot_blue.png"},{"mobs_mc_parrot_green.png"},{"mobs_mc_parrot_grey.png"},{"mobs_mc_parrot_red_blue.png"},{"mobs_mc_parrot_yellow_blue.png"}},
|
||||
|
|
Loading…
Reference in New Issue