Reduce the move speed of the Creeper

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

View File

@ -26,8 +26,8 @@ mobs:register_mob("mobs:creeper", {
explode= "tnt_explode",
},
-- speed and jump
walk_velocity = 2,
run_velocity = 4,
walk_velocity = 1.5,
run_velocity = 3.5,
jump = true,
view_range = 16,
-- drops mese or diamond when dead