Create settings_default.json to store default values for settings

Move noise parameters to settings.lua
This commit is contained in:
Gael-de-Sailly
2022-01-18 14:25:37 +01:00
parent 1ad8c96b8c
commit b374e8ee95
5 changed files with 125 additions and 103 deletions

View File

@ -21,7 +21,6 @@ use_biomes = use_biomes and minetest.global_exists('default') and not use_biomeg
if use_biomegen_mod then
biomegen.set_elevation_chill(elevation_chill)
end
dofile(modpath .. 'noises.lua')
local heightmaps = dofile(modpath .. 'heightmap.lua')