forked from VoxeLibre/VoxeLibre
fix enderman walk velocity
This commit is contained in:
parent
3557f02b8f
commit
b90ff44f73
|
@ -292,7 +292,7 @@ mcl_mobs:register_mob("mobs_mc:enderman", {
|
||||||
random = {name="mobs_mc_enderman_random", gain=0.5},
|
random = {name="mobs_mc_enderman_random", gain=0.5},
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
walk_velocity = 0.2,
|
walk_velocity = 2.5,
|
||||||
run_velocity = 3.4,
|
run_velocity = 3.4,
|
||||||
damage = 7,
|
damage = 7,
|
||||||
reach = 2,
|
reach = 2,
|
||||||
|
|
Loading…
Reference in New Issue