forked from VoxeLibre/VoxeLibre
Fix flying dolphin (extra_mobs)
This commit is contained in:
parent
f83d1c9fb1
commit
dc9a6609e5
|
@ -41,6 +41,8 @@ local dolphin = {
|
||||||
armor = 100,
|
armor = 100,
|
||||||
walk_chance = 100,
|
walk_chance = 100,
|
||||||
breath_max = 120,
|
breath_max = 120,
|
||||||
|
rotate = 270,
|
||||||
|
tilt_swim = true,
|
||||||
collisionbox = {-0.3, 0.0, -0.3, 0.3, 0.79, 0.3},
|
collisionbox = {-0.3, 0.0, -0.3, 0.3, 0.79, 0.3},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "extra_mobs_dolphin.b3d",
|
mesh = "extra_mobs_dolphin.b3d",
|
||||||
|
@ -65,8 +67,7 @@ local dolphin = {
|
||||||
},
|
},
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
fly = true,
|
swim = true,
|
||||||
fly_in = { mobs_mc.items.water_source, mobs_mc.items.river_water_source },
|
|
||||||
breathes_in_water = true,
|
breathes_in_water = true,
|
||||||
jump = false,
|
jump = false,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
|
|
Loading…
Reference in New Issue