mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-07-19 12:44:58 -04:00
Update log version, Reduce common spawn chance
This commit is contained in:
parent
7cc520066e
commit
abcbff4c05
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ local function is_value_in_table(tbl, val)
|
|||
return false
|
||||
end
|
||||
|
||||
local common_spawn_chance = tonumber(minetest.settings:get("animalia_common_chance")) or 20000
|
||||
local common_spawn_chance = tonumber(minetest.settings:get("animalia_common_chance")) or 30000
|
||||
|
||||
local ambient_spawn_chance = tonumber(minetest.settings:get("animalia_ambient_chance")) or 6000
|
||||
|
||||
|
@ -258,4 +258,4 @@ creatura.register_abm_spawn("animalia:tropical_fish", {
|
|||
max_group = 12,
|
||||
nodes = {"group:water"},
|
||||
neighbors = {"group:coral"}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue