mirror of
https://github.com/ElCeejo/animalia
synced 2025-07-15 19:38:52 +02:00
Update log version, Reduce common spawn chance
This commit is contained in:
parent
7cc520066e
commit
abcbff4c05
@ -11,7 +11,7 @@ local function is_value_in_table(tbl, val)
|
|||||||
return false
|
return false
|
||||||
end
|
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
|
local ambient_spawn_chance = tonumber(minetest.settings:get("animalia_ambient_chance")) or 6000
|
||||||
|
|
||||||
|
2
init.lua
2
init.lua
@ -169,4 +169,4 @@ if convert_mobs_redo then
|
|||||||
minetest.register_alias_force("mobs:nametag", "animalia:nametag")
|
minetest.register_alias_force("mobs:nametag", "animalia:nametag")
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.log("action", "[MOD] Animalia [0.4] loaded")
|
minetest.log("action", "[MOD] Animalia [0.6] loaded")
|
||||||
|
Loading…
Reference in New Issue
Block a user