Ensure hoglins and piglins aren't faster than player.

This commit is contained in:
ancientmarinerdev 2023-03-25 23:39:11 +00:00 committed by Gitea
parent b7079e8b19
commit 7f3734b6cb
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ local hoglin = {
jump = true,
makes_footstep_sound = true,
walk_velocity = 1,
run_velocity = 3.2,
run_velocity = 2.8,
drops = {
{name = "mobs_mcitems:leather",
chance = 1,

View File

@ -62,8 +62,8 @@ local piglin = {
},
jump = true,
makes_footstep_sound = true,
walk_velocity = 2,
run_velocity = 4,
walk_velocity = 1.4,
run_velocity = 2.8,
drops = {
{name = "mcl_bows:crossbow",
chance = 10,