From 7d66d5f2d303769166dc77464cf1ca27ff17ffb0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 14 Sep 2018 16:08:32 +0200 Subject: [PATCH] Remove unused arrow code for wither skeleton --- mods/ENTITIES/mobs_mc/skeleton_wither.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/mods/ENTITIES/mobs_mc/skeleton_wither.lua b/mods/ENTITIES/mobs_mc/skeleton_wither.lua index 3a5ed04a0..cd932129c 100644 --- a/mods/ENTITIES/mobs_mc/skeleton_wither.lua +++ b/mods/ENTITIES/mobs_mc/skeleton_wither.lua @@ -79,9 +79,6 @@ mobs:register_mob("mobs_mc:witherskeleton", { light_damage = 0, view_range = 16, attack_type = "dogfight", - arrow = "mobs_mc:arrow_entity", - shoot_interval = 2.5, - shoot_offset = 1, dogshoot_switch = 1, dogshoot_count_max =0.5, blood_amount = 0,