From 0abdb5af67e038209dcc9c59b9c5364e5e8c1a05 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 23 Feb 2017 19:29:13 +0100 Subject: [PATCH] Tweak spider jumping --- mods/ENTITIES/mobs_mc/spider.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mods/ENTITIES/mobs_mc/spider.lua b/mods/ENTITIES/mobs_mc/spider.lua index 3bd029a5c..1d94a466b 100644 --- a/mods/ENTITIES/mobs_mc/spider.lua +++ b/mods/ENTITIES/mobs_mc/spider.lua @@ -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 = {