increase velocity

master
Glunggi 2015-11-02 14:28:49 +01:00
parent 59f94cef84
commit b1cc0641b5
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ mobs:register_mob("mobs:dog", {
sounds = {
attack = "mobs_dog",
},
walk_velocity = 2,
run_velocity = 3,
walk_velocity = 4,
run_velocity = 5,
jump = true,
drops = {
{name = "default:leather",