mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Update spawning.lua
This commit is contained in:
parent
8954aa3493
commit
e1f4c8fa20
1 changed files with 2 additions and 1 deletions
|
@ -174,8 +174,9 @@ creatura.register_abm_spawn("animalia:bat", {
|
|||
chance = ambient_spawn_chance,
|
||||
interval = 30,
|
||||
min_light = 0,
|
||||
max_light = 6,
|
||||
min_height = -31000,
|
||||
max_height = 1,
|
||||
max_height = 128,
|
||||
min_group = 3,
|
||||
max_group = 5,
|
||||
spawn_cap = 6,
|
||||
|
|
Loading…
Add table
Reference in a new issue