Creeper run and walk more faster

This commit is contained in:
Ombridride 2015-03-13 20:18:38 +01:00
parent 1232033a0a
commit 2b8b7bdfa6
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ mobs:register_mob("mobs:creeper", {
visual_size = {x=4.5,y=4.5},
makes_footstep_sound = true,
view_range = 16,
walk_velocity = 0.2,
run_velocity = 0.9,
walk_velocity = 2,
run_velocity = 4,
damage = 0,
drops = {
{name = "default:torch",