mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Remove unused arrow code for wither skeleton
This commit is contained in:
parent
26a5059cc0
commit
7d66d5f2d3
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ mobs:register_mob("mobs_mc:witherskeleton", {
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
arrow = "mobs_mc:arrow_entity",
|
|
||||||
shoot_interval = 2.5,
|
|
||||||
shoot_offset = 1,
|
|
||||||
dogshoot_switch = 1,
|
dogshoot_switch = 1,
|
||||||
dogshoot_count_max =0.5,
|
dogshoot_count_max =0.5,
|
||||||
blood_amount = 0,
|
blood_amount = 0,
|
||||||
|
|
Loading…
Reference in a new issue