Make parrots and squids work with tilt fly/swim

This commit is contained in:
jordan4ibanez 2021-04-21 13:05:46 -04:00
parent 91099c3be9
commit 08c90c34e8
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ mobs:register_mob("mobs_mc:parrot", {
hp_max = 6,
xp_min = 1,
xp_max = 3,
tilt_fly = true,
collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.89, 0.25},
visual = "mesh",
mesh = "mobs_mc_parrot.b3d",

View File

@ -17,6 +17,7 @@ mobs:register_mob("mobs_mc:squid", {
xp_max = 3,
armor = 100,
rotate = 270,
tilt_swim = true,
-- FIXME: If the squid is near the floor, it turns black
collisionbox = {-0.4, 0.0, -0.4, 0.4, 0.9, 0.4},
visual = "mesh",