Reduce the move speed of the Dirt Monster

This commit is contained in:
Ombridride 2015-07-22 01:36:04 +02:00
parent 6f18654393
commit 266cbb887c
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ mobs:register_mob("mobs:dirt_monster", {
},
-- speed and jump
view_range = 16,
walk_velocity = 3,
run_velocity = 5,
walk_velocity = 2.5,
run_velocity = 4,
jump = true,
-- drops dirt and coins when dead
drops = {