add squid but no spawning

master
Juraj Vajda 2018-12-12 20:56:35 -05:00
parent 611dd1e656
commit 3c9bea8bf5
5 changed files with 9 additions and 8 deletions

View File

@ -37,8 +37,8 @@ stepheight = 0.6,
{name = "mobs:chicken_raw", chance = 1, min = 1, max = 1},
-- {name = "mobs:chicken_feather", chance = 1, min = 0, max = 2},
},
water_damage = 2,
lava_damage = 5,
water_damage = 10,
lava_damage = 10,
light_damage = 0,
fall_damage = 0,
fall_speed = -8,

View File

@ -34,8 +34,8 @@ mobs:register_mob("mobs_animal:cow", {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
{name = "mobs:leather", chance = 1, min = 0, max = 2},
},
water_damage = 2,
lava_damage = 5,
water_damage = 10,
lava_damage = 10,
light_damage = 0,
animation = {
speed_normal = 15,

View File

@ -14,6 +14,7 @@ dofile(path .. "/cow.lua") -- KrupnoPavel
dofile(path .. "/sheep.lua") -- PilzAdam
dofile(path .. "/warthog.lua") -- KrupnoPavel
dofile(path .. "/bee.lua") -- KrupnoPavel
dofile(path .. "/squid.lua") -- KrupnoPavel
-- dofile(path .. "/bunny.lua") -- ExeterDad
-- dofile(path .. "/kitten.lua") -- Jordach/BFD
-- dofile(path .. "/penguin.lua") -- D00Med

View File

@ -54,8 +54,8 @@ stepheight = 0.6,
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
},
water_damage = 2,
lava_damage = 5,
water_damage = 10,
lava_damage = 10,
light_damage = 0,
animation = {
speed_normal = 15,

View File

@ -38,8 +38,8 @@ stepheight = 0.6,
drops = {
{name = "mobs:pork_raw", chance = 1, min = 1, max = 3},
},
water_damage = 2,
lava_damage = 5,
water_damage = 10,
lava_damage = 10,
light_damage = 0,
fear_height = 2,
animation = {