Tweak spider jumping

This commit is contained in:
Wuzzy 2017-02-23 19:29:13 +01:00
parent c839aaabd0
commit 0abdb5af67
1 changed files with 3 additions and 6 deletions

View File

@ -35,22 +35,19 @@ mobs:register_mob("mobs_mc:spider", {
walk_velocity = 1.7,
run_velocity = 3.3,
jump = true,
jump_height = 5,
view_range = 15,
floats = 0,
group_attack = true,
replace_rate = 5,
replace_what = {"mcl_torches:torch"},
replace_with = "air",
replace_offset = -1,
peaceful = false,
drops = {
drops = {
{name = "mcl_mobitems:string",
chance = 1, min = 0, max = 2,},
{name = "mcl_mobitems:spider_eye",
chance = 3, min = 1, max = 1,},
},
water_damage = 5,
lava_damage = 50,
lava_damage = 8,
light_damage = 0,
fear_height = 14,
animation = {