Fix parrots not drowning

This commit is contained in:
jordan4ibanez 2021-04-25 01:44:46 -04:00
parent 38c22f277d
commit b7c7c2627b
1 changed files with 2 additions and 1 deletions

View File

@ -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"}},