adjusted generation chance parameters

This commit is contained in:
PrairieAstronomer 2022-04-07 13:09:50 -06:00 committed by PrairieWind
parent e7d333c2ce
commit bb9708d4bf
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ local modpath = minetest.get_modpath(modname)
local S = minetest.get_translator(modname)
local chance_per_chunk = 11
local noise_multiplier = 1
local random_offset = 999
local noise_multiplier = 1.4
local random_offset = 555
local scanning_ratio = 0.00003
local struct_threshold = chance_per_chunk