Reduce creeper run_velocity to 2.1, to fix #1691

This commit is contained in:
Dieter44 2021-11-11 16:03:04 +01:00
parent 4926c0560d
commit 0b6467d679
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ mobs:register_mob("mobs_mc:creeper", {
},
makes_footstep_sound = false,
walk_velocity = 1.05,
run_velocity = 3.25,
run_velocity = 2.1,
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
attack_type = "explode",
eye_height = 1.25,