yet another fork update #9

Merged
chmodsayshello merged 760 commits from VoxeLibre/VoxeLibre:master into master 2023-03-26 20:27:31 +02:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 0fbdc07402 - Show all commits

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",

View File

@ -45,7 +45,7 @@ local skeleton = {
}
},
walk_velocity = 1.2,
run_velocity = 2.4,
run_velocity = 2.0,
damage = 2,
reach = 2,
drops = {

View File

@ -83,7 +83,7 @@ local spider = {
distance = 16,
},
walk_velocity = 1.3,
run_velocity = 2.8,
run_velocity = 2.4,
jump = true,
jump_height = 4,
view_range = 16,

View File

@ -55,7 +55,7 @@ mcl_mobs.register_mob("mobs_mc:villager_zombie", {
damage = 3,
reach = 2,
walk_velocity = 1.2,
run_velocity = 2.4,
run_velocity = 1.8,
attack_type = "dogfight",
group_attack = true,
drops = {

View File

@ -79,7 +79,7 @@ local zombie = {
distance = 16,
},
walk_velocity = .8,
run_velocity = 1.6,
run_velocity = 1.8,
damage = 3,
reach = 2,
fear_height = 4,