forked from VoxeLibre/VoxeLibre
Remove unused arrow code for wither skeleton
This commit is contained in:
parent
26a5059cc0
commit
7d66d5f2d3
|
@ -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 New Issue