fix enderman walk velocity

This commit is contained in:
epCode 2022-10-16 17:48:29 -07:00
parent 3557f02b8f
commit b90ff44f73
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ mcl_mobs:register_mob("mobs_mc:enderman", {
random = {name="mobs_mc_enderman_random", gain=0.5},
distance = 16,
},
walk_velocity = 0.2,
walk_velocity = 2.5,
run_velocity = 3.4,
damage = 7,
reach = 2,