merge creeper.lua

This commit is contained in:
Fusselkater 2023-03-26 17:04:44 +02:00
parent b96652a464
commit 0aa7a8cd08
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ mcl_mobs.register_mob("mobs_mc:creeper", {
},
makes_footstep_sound = true,
walk_velocity = 1.05,
run_velocity = 2.1,
run_velocity = 2.0,
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
attack_type = "explode",