forked from VoxeLibre/VoxeLibre
Make parrots and squids work with tilt fly/swim
This commit is contained in:
parent
91099c3be9
commit
08c90c34e8
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue