Make creepers and zombies even harder

This commit is contained in:
jordan4ibanez 2021-04-20 23:26:18 -04:00
parent 2c87bd19f3
commit 576621169b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -53,7 +53,7 @@ mobs:register_mob("mobs_mc:villager_zombie", {
damage = 3,
reach = 2,
walk_velocity = 1.2,
run_velocity = 2.4,
run_velocity = 3.5,
attack_type = "punch",
group_attack = true,
drops = {

View File

@ -73,7 +73,7 @@ local zombie = {
},
eye_height = 1.65,
walk_velocity = 1,
run_velocity = 3,
run_velocity = 3.5,
damage = 3,
reach = 2,
fear_height = 4,