1
0
Fork 0
bakawun 2023-11-16 11:21:25 +01:00 committed by the-real-herowl
parent cf51c60527
commit 789c9a9a6d
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ mcl_mobs.register_arrow("mobs_mc:shulkerbullet", {
visual = "sprite",
visual_size = {x = 0.25, y = 0.25},
textures = {"mobs_mc_shulkerbullet.png"},
velocity = 6,
velocity = 5,
homing = true,
hit_player = mcl_mobs.get_arrow_damage_func(4),
hit_mob = mcl_mobs.get_arrow_damage_func(4),