update biome_lib

master
Vanessa Dannenberg 2021-04-08 08:10:45 -04:00
parent 7c86f06f0a
commit fcfbf36aa1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
20210408-0638
20210408-0810

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