forked from VoxeLibre/VoxeLibre
Make creepers and zombies even harder
This commit is contained in:
parent
2c87bd19f3
commit
576621169b
|
@ -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,
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue