forked from VoxeLibre/VoxeLibre
Make squids larger
This commit is contained in:
parent
4926f8d443
commit
4ece91fde4
|
@ -14,7 +14,7 @@ mobs:register_mob("mobs_mc:squid", {
|
||||||
hp_max = 10,
|
hp_max = 10,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
-- FIXME: If the squid is near the floor, it turns black
|
-- FIXME: If the squid is near the floor, it turns black
|
||||||
collisionbox = {-0.4, 0.1, -0.4, 0.4, 0.9, 0.4},
|
collisionbox = {-0.4, 0.0, -0.4, 0.4, 0.9, 0.4},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_squid.b3d",
|
mesh = "mobs_mc_squid.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
|
@ -40,7 +40,7 @@ mobs:register_mob("mobs_mc:squid", {
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 3,},
|
max = 3,},
|
||||||
},
|
},
|
||||||
visual_size = {x=1.75, y=1.75},
|
visual_size = {x=3, y=3},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
stepheight = 0.1,
|
stepheight = 0.1,
|
||||||
fly = true,
|
fly = true,
|
||||||
|
|
Loading…
Reference in New Issue