1
0
mirror of https://github.com/mt-mods/biome_lib.git synced 2025-06-29 06:40:44 +02:00

1 Commits

Author SHA1 Message Date
ed0b23677d fix typo 2021-04-08 08:09:59 -04:00

View File

@ -80,7 +80,7 @@ biome_lib.entries_per_step = math.max(-rr, 1)
-- that manages the queue wakeup call has to be in seconds, and works best if
-- it takes a little longer than the block timeout interval.
local t = tonumber(minetest.settings:get("biome_lib_block_timeout")) or 300)
local t = tonumber(minetest.settings:get("biome_lib_block_timeout")) or 300
biome_lib.block_timeout = t * 1000000
biome_lib.block_queue_wakeup_time = t * 1.1