Limit size of cow herds spawning.

* Cows should spawn in herds of max 4, not 8.
This commit is contained in:
kabou 2022-12-22 06:29:31 +01:00 committed by Gitea
parent 15f5c3c30a
commit d8a883e81f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ local cow_def = {
xp_min = 1,
xp_max = 3,
collisionbox = {-0.45, -0.01, -0.45, 0.45, 1.39, 0.45},
spawn_in_group = 8,
spawn_in_group = 4,
spawn_in_group_min = 3,
visual = "mesh",
mesh = "mobs_mc_cow.b3d",