forked from VoxeLibre/VoxeLibre
Tweak spider jumping
This commit is contained in:
parent
c839aaabd0
commit
0abdb5af67
|
@ -35,22 +35,19 @@ mobs:register_mob("mobs_mc:spider", {
|
||||||
walk_velocity = 1.7,
|
walk_velocity = 1.7,
|
||||||
run_velocity = 3.3,
|
run_velocity = 3.3,
|
||||||
jump = true,
|
jump = true,
|
||||||
|
jump_height = 5,
|
||||||
view_range = 15,
|
view_range = 15,
|
||||||
floats = 0,
|
floats = 0,
|
||||||
group_attack = true,
|
group_attack = true,
|
||||||
replace_rate = 5,
|
replace_rate = 5,
|
||||||
replace_what = {"mcl_torches:torch"},
|
|
||||||
replace_with = "air",
|
|
||||||
replace_offset = -1,
|
|
||||||
peaceful = false,
|
peaceful = false,
|
||||||
drops = {
|
drops = {
|
||||||
{name = "mcl_mobitems:string",
|
{name = "mcl_mobitems:string",
|
||||||
chance = 1, min = 0, max = 2,},
|
chance = 1, min = 0, max = 2,},
|
||||||
{name = "mcl_mobitems:spider_eye",
|
{name = "mcl_mobitems:spider_eye",
|
||||||
chance = 3, min = 1, max = 1,},
|
chance = 3, min = 1, max = 1,},
|
||||||
},
|
},
|
||||||
water_damage = 5,
|
lava_damage = 8,
|
||||||
lava_damage = 50,
|
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
fear_height = 14,
|
fear_height = 14,
|
||||||
animation = {
|
animation = {
|
||||||
|
|
Loading…
Reference in New Issue