Update spawning.lua

This commit is contained in:
Petras Jokubauskas 2023-06-04 17:31:30 +02:00 committed by GitHub
parent 8954aa3493
commit e1f4c8fa20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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