set llama shoot_reach = 5

This commit is contained in:
nixnoxus 2024-03-03 10:13:27 +01:00
parent 1819d350d4
commit d40953b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ mcl_mobs.register_mob("mobs_mc:llama", {
view_range = 16,
attack_animals = true,
damage = 1,
--shoot_reach = 3,
shoot_reach = 5,
--avoid_distance = 5, -- default 9
--shooter_avoid_enemy = true,
specific_attack = { "mobs_mc:wolf" },