Adjust chance

This commit is contained in:
Juraj Vajda 2024-01-30 12:28:07 -05:00
parent aac03fbf9e
commit 9ac20c6278

View File

@ -47,7 +47,7 @@ local biome_id_everness_crystal_forest_ocean = minetest.get_biome_id('everness:c
-- Localize data buffer table outside the loop, to be re-used for all -- Localize data buffer table outside the loop, to be re-used for all
-- mapchunks, therefore minimising memory use. -- mapchunks, therefore minimising memory use.
local data = {} local data = {}
local chance = 20 local chance = 25
local disp = 16 local disp = 16
local water_level = tonumber(minetest.settings:get('water_level')) or 1 local water_level = tonumber(minetest.settings:get('water_level')) or 1